mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-25 13:30:58 +00:00
css: constrain body max-width
This commit is contained in:
parent
cd99f0ff55
commit
db98712691
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ body {
|
||||||
background-color: #DFCFEF;
|
background-color: #DFCFEF;
|
||||||
color: #1F2F4F;
|
color: #1F2F4F;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
margin: 0;
|
margin: 0 auto;
|
||||||
|
max-width: 70rem;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in a new issue