Small mobile layout tweaks

This commit is contained in:
Jonny Barnes 2025-12-11 19:58:17 +00:00
commit 6b4607e4f9
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
7 changed files with 35 additions and 33 deletions

View file

@ -9,7 +9,7 @@
body {
display: grid;
grid-template-columns: 1fr min(80ch, 95vw) 1fr;
grid-template-columns: 1fr min(80ch, 80vw) 1fr;
grid-template-rows: min-content 1fr min-content;
padding-inline: 4vw;
@ -30,6 +30,10 @@
flex-direction: row;
align-items: center;
gap: 1ex;
input {
min-width: 0;
}
}
}
}