diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-07 17:15:05 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-07 17:15:05 -0500 |
commit | f750ad35ded1e976abb6f40d6f9ed4afe3be03d3 (patch) | |
tree | d0a603aea8421f6b169681b25156e59c1f7d7d11 /css | |
parent | 14dc685d89bbbdfa50ebc09916f466570994cc19 (diff) |
preview pages: get rid of content jumps when subnav -> subnav-fixed
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 3783d9da..229e4965 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -24,6 +24,10 @@ section { font-size: 54px; } +.subhead > div:first-child { + min-height: 200px; +} + .subnav { margin-bottom: 60px; width: 100%; |