This commit is contained in:
Andy
2020-02-25 18:54:43 +01:00
parent ec2510838e
commit 6d7f084c41
2 changed files with 16 additions and 7 deletions
+9 -2
View File
@@ -2,9 +2,16 @@ body {
font: normal 500 1.3rem helvetica, sans-serif;
height: 100%;
}
main,header,footer{
.wrapper{
max-width: 960px;
margin: 20px auto;
margin: 0 auto;
}
header{
height: 160px;
background: #ddd
}
header img{
padding-top: 62px;
}
h1, h2{
font-weight: 100;