summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.scss b/style.scss
index 51ac53a..77ee491 100644
--- a/style.scss
+++ b/style.scss
@@ -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);
}
}