This commit is contained in:
Marc Beninca 2025-02-15 17:00:02 +01:00
parent ff95201a54
commit 9e97dbfbec
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -9,9 +9,14 @@ html {
text-align: justify;
}
body {
margin-inline: auto;
max-inline-size: 99ch;
}
section.images {
display: flex;
justify-content: space-around;
justify-content: space-between;
}
h1 { font-size: 1.25rem; }
@ -60,7 +65,7 @@ ul {
grid-template-columns: 1fr;
}
@media (width > 80ch) {
@media (width > 66ch) {
.columns { grid-template-columns: 2fr 1fr; }
aside { order: 2; }
main { order: 1; }