Cap content width at something reasonable
This commit is contained in:
parent
941bc4713e
commit
ae0c91d719
|
@ -16,6 +16,13 @@ body {
|
|||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
@media (min-width: 696px) {
|
||||
body {
|
||||
width: 672px;
|
||||
margin: 12px auto;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--tint-color);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue