style(web/homepage): Unify page max-width at 800px
This commit is contained in:
parent
e70b88b3c2
commit
74a78de081
1 changed files with 1 additions and 2 deletions
|
@ -27,6 +27,7 @@
|
|||
/* Generic-purpose styling */
|
||||
|
||||
body {
|
||||
max-width: 800px;
|
||||
margin: 40px auto;
|
||||
line-height: 1.6;
|
||||
font-size: 18px;
|
||||
|
@ -45,7 +46,6 @@ h1, h2, h3 {
|
|||
/* Homepage styling */
|
||||
|
||||
.dark {
|
||||
max-width: 800px;
|
||||
background-color: #181818;
|
||||
color: #e4e4ef;
|
||||
}
|
||||
|
@ -104,7 +104,6 @@ h1, h2, h3 {
|
|||
/* Blog styling */
|
||||
|
||||
.light {
|
||||
max-width: 650px;
|
||||
color: #383838;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue