Properly centre content and keep it to 70ch
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m24s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m24s
This commit is contained in:
parent
0903157939
commit
eab197109c
@ -43,6 +43,8 @@ body {
|
|||||||
text-underline-offset: var(--space-size-4xs);
|
text-underline-offset: var(--space-size-4xs);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
max-width: var(--screen-2xl);
|
||||||
|
margin: 0 auto;
|
||||||
|
|
||||||
> .content {
|
> .content {
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
@ -166,4 +168,5 @@ main {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding: 0 var(--space-size-m);
|
padding: 0 var(--space-size-m);
|
||||||
|
max-width: 70ch;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user