diff options
-rw-r--r-- | style.scss | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -46,10 +46,6 @@ p { @include rhythm; } -em { - font-weight: bold; -} - ol, ul { list-style: disc inside none; @@ -312,8 +308,12 @@ img.img { padding: rhythm(1) rhythm(.5); background-color: LightBlue; text-align: left; - > h3 { - margin: 0; + > h1 { + @include adjust-font-size-to(16px); + font-weight: bold; + } + > h2 { + @include adjust-font-size-to(24px); } } |