Browse Source

Fix margin on header

pull/1177/head
jlukic 10 years ago
parent
commit
c4111c7266
1 changed files with 3 additions and 1 deletions
  1. 4
      server/files/stylesheets/semantic.css

4
server/files/stylesheets/semantic.css

@ -694,7 +694,9 @@ body#example.hide {
position: relative;
margin: 5rem 0rem 3rem;
}
#example .main.container > h2:first-child {
#example .main.container .examples > h2:first-child,
#example .main.container > h2:first-child,
#example .main.container > .tab > h2:first-child{
margin-top: 0em;
}

Loading…
Cancel
Save