From 2e08041f44acfb6e3adbce00a7e0cd49e5d6baafcb48e832cce74b62dc58f9d6 Mon Sep 17 00:00:00 2001 From: nnwhen <nnwhen@nnwhen.com> Date: Thu, 27 Feb 2025 09:08:38 +0200 Subject: [PATCH] archive sizing fix --- archive.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archive.html b/archive.html index 28743c1..d817f67 100644 --- a/archive.html +++ b/archive.html @@ -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" /> diff --git a/style.css b/style.css index b15d7cc..10fdc2f 100644 --- a/style.css +++ b/style.css @@ -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 {