From bb3f6afc81902fb66fc2ceb4f5fe97420bf0d9f9 Mon Sep 17 00:00:00 2001 From: floppydiskette <git@diskfloppy.me> Date: Thu, 8 Aug 2024 15:34:32 +0100 Subject: Accessibility stuff --- public/css/master.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'public/css/master.css') diff --git a/public/css/master.css b/public/css/master.css index fff505d..1dcebd9 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -146,7 +146,7 @@ ul { flex-grow: 1; } -.main { +main { flex-basis: 0; flex-grow: 999; min-inline-size: 50%; @@ -154,18 +154,18 @@ ul { .navbar, .content, -.header, -.footer { +header, +footer { margin: 10px 10px 0 0; } -.header, -.footer, +header, +footer, .navbar { padding: 5px; } -.footer { +footer { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; @@ -173,7 +173,7 @@ ul { grid-row-gap: 0; } -.footer div:last-child { +footer div:last-child { text-align: right; } @@ -209,12 +209,12 @@ a.button:hover img { opacity: 80%; } -.main > .section, +main > .section, .sidebar > .section { margin-bottom: 10px; } -.main > .section:last-child, +main > .section:last-child, .sidebar > .section:last-child { margin-bottom: 0; } -- cgit v1.2.3-54-g00ecf