diff --git a/css/main.css b/css/main.css index 6ced901..e13167c 100644 --- a/css/main.css +++ b/css/main.css @@ -127,6 +127,8 @@ footer { */ body { + width: 70%; + margin-left: 20%; background: black; background-position: top; background-image: url("/img/background.jpg"); @@ -136,13 +138,11 @@ body { .header { margin-top: 7em; height: 7em; - width: 29em; margin-bottom: 2em; - margin-left: 13em; } -.header h1 { - +.header img { + height: 16em; } .container {