better css for home

This commit is contained in:
2023-02-18 18:38:22 +01:00
parent ac853527fb
commit 8494e5a0e2
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ section[role="main-content"]{
font-size: 0.882em;
line-height: 1.2;
}
span{
a.readmore span{
color:$rouge;
font-size:0.693em;
}
+4 -3
View File
@@ -8,8 +8,8 @@
<h2>Corpus des XVII et XVIII<sup>E</sup> siècles</h2>
</header>
<section v-if="colophonHome.length && colophonHome.length > 0" class="row">
<div class="col-3" />
<div class="col-6 teasers">
<div class="col-2" />
<div class="col-8 teasers">
<article
v-for="page in colophonHome"
:key="page.uuid"
@@ -20,12 +20,13 @@
:href="page.url"
@click.prevent="onclick(page.uuid)"
@keyup.enter="onclick(page.uuid)"
class="readmore"
>
<span>Lire la suite</span>
</a>
</article>
</div>
<div class="col-3" />
<div class="col-2" />
</section>
</div>