This commit is contained in:
Janis M
2022-03-29 12:40:18 +02:00
parent 5c128cb2ae
commit 0c4e9e83c4
10 changed files with 211 additions and 174 deletions

View File

@@ -6,10 +6,6 @@
transform: translateY(-50%);
}
body {
margin: 0;
}
/* BACKGROUND */
.headerDIV > div {
height: 100%;
@@ -20,13 +16,17 @@ body {
/* LOGO PART */
.headerDIVLogo {
width: 35px;
width: 75px;
}
.headerDIVLogo > img {
.headerDIVLogo a {
width: 100%;
height: 100%;
}
.headerDIVLogo a img {
margin-top: 10px;
float: left;
height: 80%;
position: relative;
top: 10%;
width: 100%;
}
/* SEARCH PART */
@@ -91,6 +91,7 @@ body {
height: 65px;
background-color: #414854;
margin: 0;
display: block;
}
@media only screen and (max-width: 800px) {