From fa8c0899ebf912988daf9dac1022534edc2583c5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 17 Dec 2024 23:19:35 +0100 Subject: css: Better align the name from the top nav MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was reproducible on cellphones, otherwise it went unnoticed. Signed-off-by: Miquel Sabaté Solà --- stylesheets/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/site.css b/stylesheets/site.css index 5d824a7..b86db5d 100644 --- a/stylesheets/site.css +++ b/stylesheets/site.css @@ -38,7 +38,7 @@ body header { nav { display: grid; - grid-template-columns: repeat(2, 1fr); + grid-template-columns: 1.5fr auto; grid-column: 2; padding: 0px; -- cgit v1.2.3