Update
This commit is contained in:
parent
f5160bb96b
commit
86b12ba206
|
@ -22,6 +22,10 @@
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > .h3-section {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue