Remove author styles
This commit is contained in:
parent
0cc6019d89
commit
c828d149e8
|
|
@ -7,7 +7,7 @@ bodyClass: c-home
|
|||
{% block content %}
|
||||
<section>
|
||||
<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>
|
||||
</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 {
|
||||
margin-top: 30px;
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Reference in a new issue