archive sizing fix

This commit is contained in:
nnwhen 2025-02-27 09:08:38 +02:00
parent b7508a33af
commit 2e08041f44
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@
<section class="ly-item ly-rect ly-archive">
<a href="now.html">
<h1>Now</h1>
<h2>Micro Updates That Don't Warrant A Blog Post</h2>
<h2>Micro Updates</h2>
<picture>
<source srcset="res/img-artchive-now.avif" type="image/avif" />
<source srcset="res/img-artchive-now.webp" type="image/webp" />

View file

@ -558,7 +558,7 @@ footer#free {
}
.ly-item.ly-rect {
width: 80%;
width: min(95%, 1000px);
max-height: 160px;
}
.ly-item.ly-rect.ly-archive h1 {