Set max-width to 44em (792px with an 18px font-size)
This commit is contained in:
parent
85bd20ca80
commit
bedaa75eb8
@ -1,11 +1,14 @@
|
|||||||
body {
|
body {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 64px;
|
margin-bottom: 64px;
|
||||||
margin-left: 64px;
|
margin-left: auto;
|
||||||
margin-right: 64px;
|
margin-right: auto;
|
||||||
|
padding-left: 64px;
|
||||||
|
padding-right: 64px;
|
||||||
font-family: -apple-system;
|
font-family: -apple-system;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
word-wrap: break-word; /* break long words or URLs */
|
word-wrap: break-word; /* break long words or URLs */
|
||||||
|
max-width: 44em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user