css/ch
This commit is contained in:
parent
be38b00726
commit
71eaf3811a
1 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,9 @@ color: #777;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
margin: 1em 2em;
|
margin-block: 0;
|
||||||
|
margin-inline: auto;
|
||||||
|
max-inline-size: 70ch;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,7 +45,7 @@ font-size: 1.5em;
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-inline-size: 80ch;
|
max-inline-size: 60ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue