mobile header & home

This commit is contained in:
2023-11-30 12:09:55 +01:00
parent 8b58828e87
commit f7802735cc
3 changed files with 103 additions and 11 deletions
@@ -12,7 +12,7 @@ header{
top: 0;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
@media (max-width:800px) {
height: 100px;
// height: 100px;
width: 800px;
}
@@ -39,7 +39,7 @@ header{
object-fit: contain;
}
@media (max-width:891px) {
width: 10%;
// width: 10%;
padding-left: 1rem;
}
@@ -69,7 +69,7 @@ header{
flex-direction: column;
height: fit-content;
@media (max-width:891px) {
width: 10%;
// width: 10%;
padding-left: 1rem;
}