This commit is contained in:
parent
202cf91463
commit
8563f82c17
@ -261,6 +261,12 @@ hr {
|
|||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.site-title {
|
||||||
|
@media (max-width: 786px) {
|
||||||
|
margin-top: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-family: $sans_font;
|
font-family: $sans_font;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{{ $content_class := $.Page.Params.title | lower }}
|
{{ $content_class := $.Page.Params.title | lower }}
|
||||||
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
||||||
<a class="no-underline" href="/">
|
<a class="no-underline" href="/">
|
||||||
<p class="title is-size-0-1">
|
<p class="site-title title is-size-0-1">
|
||||||
{{ site.Params.header.name }}
|
{{ site.Params.header.name }}
|
||||||
</p>
|
</p>
|
||||||
<p class="subtitle is-size-6">
|
<p class="subtitle is-size-6">
|
||||||
|
Reference in New Issue
Block a user