better legibility

This commit is contained in:
2017-04-27 17:55:46 +02:00
parent f912244f75
commit bed0beef11

View File

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