chars
This commit is contained in:
parent
ff95201a54
commit
9e97dbfbec
1 changed files with 7 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue