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 */
|
/* Generic-purpose styling */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
max-width: 800px;
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -45,7 +46,6 @@ h1, h2, h3 {
|
||||||
/* Homepage styling */
|
/* Homepage styling */
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
max-width: 800px;
|
|
||||||
background-color: #181818;
|
background-color: #181818;
|
||||||
color: #e4e4ef;
|
color: #e4e4ef;
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,6 @@ h1, h2, h3 {
|
||||||
/* Blog styling */
|
/* Blog styling */
|
||||||
|
|
||||||
.light {
|
.light {
|
||||||
max-width: 650px;
|
|
||||||
color: #383838;
|
color: #383838;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue