diff --git a/index.html b/index.html
index 0246633..0e46759 100644
--- a/index.html
+++ b/index.html
@@ -12,18 +12,19 @@
}
body {
font-family: 'charterregular', Georgia, serif;
+ font-size: 20px;
width: 100vw;
height: 100vh;
margin: 0;
}
.aside {
float: left;
- width: 200px;
+ width: 210px;
margin-left: 10vw;
height: 100vh;
}
.aside h1 {
- font-size: 28px;
+ font-size: 30px;
padding: 1em;
font-weight: 500;
}
@@ -39,9 +40,10 @@
text-decoration: none;
}
.main {
- max-width: 900px;
+ max-width: 1000px;
padding: 2em;
hyphens: auto;
+ text-align: justify;
}
.main a {
color: #000;