archive sizing fix
This commit is contained in:
parent
b7508a33af
commit
2e08041f44
2 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue