diff options
author | floppydiskette <git@diskfloppy.me> | 2024-08-08 15:34:32 +0100 |
---|---|---|
committer | floppydiskette <git@diskfloppy.me> | 2024-08-08 15:34:32 +0100 |
commit | 14d3ed966bbafbcb01182df26fbbe1d5a211f4c2 (patch) | |
tree | 8a63a2341303daac4ac621f8f4962a81d684e88a /public | |
parent | 8650d88a794497543b1333f3e4ad5ea9bf753071 (diff) |
Accessibility stuff
Diffstat (limited to 'public')
-rw-r--r-- | public/css/master.css | 18 |
1 files changed, 9 insertions, 9 deletions
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; } |