Condensing some styles

This commit is contained in:
Jeff Avallone 2014-12-30 15:54:20 -05:00
parent fc6ffbd73a
commit 6c49d6ba8e

View File

@ -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 {