Browse Source

Styling on example

pull/2300/head
jlukic 9 years ago
parent
commit
8cf0adb8cd
1 changed files with 5 additions and 2 deletions
  1. 7
      examples/theming.html

7
examples/theming.html

@ -18,10 +18,13 @@
margin-top: 3em;
}
.ui.container > h1 {
font-size: 4em;
font-size: 3em;
text-align: center;
font-weight: normal;
}
.ui.container > h2.dividing.header {
font-size: 2.5em;
font-size: 2em;
font-weight: normal;
margin: 4em 0em 3em;
}
.color.grid {

Loading…
Cancel
Save