style(web/homepage): Unify page max-width at 800px

This commit is contained in:
Vincent Ambo 2020-02-09 20:52:04 +00:00
parent e70b88b3c2
commit 74a78de081

View file

@ -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;
}