Remove author styles
This commit is contained in:
parent
0cc6019d89
commit
c828d149e8
|
|
@ -7,7 +7,7 @@ bodyClass: c-home
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section>
|
<section>
|
||||||
<div class="l-container">
|
<div class="l-container">
|
||||||
<h1>{{title}}{% if authorInTitle %} <span class="c-home__title-author">{{ site.author }}</span>{% endif %}</h1>
|
<h1>{{title}}{% if authorInTitle %} {{ site.author }}{% endif %}</h1>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-home__title-author {
|
|
||||||
background-color: var(--color-white);
|
|
||||||
padding: 2px 12px;
|
|
||||||
text-decoration: underline dashed;
|
|
||||||
text-underline-offset: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c-home__highlighted-tag-link {
|
.c-home__highlighted-tag-link {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue