This commit is contained in:
Andy
2020-02-11 15:43:55 +01:00
parent f3c71e298a
commit 92a1470fc9
7 changed files with 102 additions and 34 deletions
+13 -4
View File
@@ -1,11 +1,20 @@
body {
font: normal 500 1.2em helvetica, sans-serif;
font: normal 500 1rem helvetica, sans-serif;
height: 100%;
}
main,header,footer{
max-width: 960px;
margin: 20px auto;
}
h1, h2{
font-weight: 100;
}
main{
max-width: 960px;
margin: 20px auto;
p {
overflow: hidden;
max-width: 75ch;
font-size: 1.4rem;
}
a{
color: #e01a4b;
text-decoration: none;
}