diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-07 15:55:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-07 15:55:12 +0200 |
commit | 257d58f0a212df249c19e2159cd6871c4154fda3 (patch) | |
tree | 13a4bf8bc8c5d07efb99b238111e2a0943c82b2e /static | |
parent | 1b7082f15519aec7a6c6cb7e1edddbfbd73c6d56 (diff) |
Fix some styling issues
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 82d5e0a..92b7cdf 100644 --- a/static/style.css +++ b/static/style.css @@ -2455,13 +2455,14 @@ nav menu:last-of-type li:last-child a { display: grid; grid-template-columns: repeat( auto-fit, - minmax(min(180px, 100%), 1fr) + minmax(min(210px, 100%), 1fr) ); column-gap: var(--x-grid-spacing-horizontal); } .lang-grid button { text-align: left; + padding-inline: .75rem; } .lang-grid span::before { |