Style improvements to remove need for empty h3s in single-col pages

This commit is contained in:
Victoria Wang 2014-11-22 03:30:14 -06:00
parent 8d5bf652ad
commit b6c76e6d73
13 changed files with 5 additions and 17 deletions

View file

@ -76,10 +76,13 @@
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
padding: 1px 3% 40px 3%;
padding: 25px 3% 40px 3%;
h1, h2, h3, h4, h5, h6 {
margin-top: 1em;
&:first-child {
margin-top: 0;
}
}
}
.content.single-Col.misc-page {