Remove author styles

This commit is contained in:
Maëlig 2022-12-12 18:17:16 +01:00
parent 0cc6019d89
commit c828d149e8
2 changed files with 1 additions and 8 deletions

View file

@ -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>

View file

@ -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;