diff --git a/src/sass/main.scss b/src/sass/main.scss index 62f5664..9471b09 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -198,7 +198,12 @@ header { margin-bottom: rhythm(1); } - section, div.section, p { + section, div.section { + margin: rhythm(1) 0; + overflow: hidden; + } + + p { margin: rhythm(1) 0; } @@ -230,10 +235,6 @@ header { padding: 0 rhythm(1/4); } } - - section, div { - overflow: hidden; - } } .application {