This commit is contained in:
Rico Sta. Cruz 2017-08-25 18:27:53 +08:00
parent f5160bb96b
commit 86b12ba206
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
3 changed files with 7 additions and 3 deletions

View File

@ -22,6 +22,10 @@
float: left; float: left;
width: 100%; width: 100%;
} }
& > .h3-section {
padding-top: 0;
}
} }
/* /*

View File

@ -11,7 +11,6 @@
font-weight: 300; font-weight: 300;
font-family: $body-font; font-family: $body-font;
margin: 0; margin: 0;
padding: 16px 0;
} }
& > h1 > em { & > h1 > em {
@ -42,7 +41,6 @@
// Advertisement // Advertisement
& > .ad { & > .ad {
flex: 0 1 auto; flex: 0 1 auto;
margin-bottom: 16px;
} }
} }
@ -64,6 +62,7 @@
& > .ad { & > .ad {
order: 1; order: 1;
margin-left: auto; margin-left: auto;
margin-bottom: 16px;
} }
} }
} }

View File

@ -5,8 +5,9 @@
.MarkdownBody h2 { .MarkdownBody h2 {
@include heading-style; @include heading-style;
@include font-size(5); @include font-size(5);
line-height: 1.2;
font-weight: 300; font-weight: 300;
font-family: $body-font; font-family: $heading-font;
margin-top: 0; margin-top: 0;
} }