|
@@ -65,7 +65,7 @@ body .arrow:hover {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#Navigation {
|
|
|
- height: 15vw;
|
|
|
+ height: 20vw;
|
|
|
position: fixed;
|
|
|
z-index: 5;
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
@@ -83,7 +83,7 @@ body .arrow:hover {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#Navigation #logo {
|
|
|
- padding-top: 0;
|
|
|
+ padding-top: 5vw;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|