|
@@ -24,14 +24,14 @@ body {
|
|
|
background-position-y: 0;
|
|
|
}
|
|
|
|
|
|
-header * {
|
|
|
+body > header * {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
list-style: none;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-header {
|
|
|
+#header {
|
|
|
height: 200px;
|
|
|
width: 100vw;
|
|
|
transition: all 0.1s ease;
|
|
@@ -169,13 +169,13 @@ main h2 a:hover {
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 1400px) {
|
|
|
- header {
|
|
|
+ #header {
|
|
|
height: 250px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 900px) {
|
|
|
- header.big {
|
|
|
+ #header.big {
|
|
|
height: 100vh;
|
|
|
}
|
|
|
|
|
@@ -228,7 +228,7 @@ main h2 a:hover {
|
|
|
font-size: 2em;
|
|
|
}
|
|
|
|
|
|
- header {
|
|
|
+ #header {
|
|
|
height: 30vh;
|
|
|
}
|
|
|
|