header modile

This commit is contained in:
2024-09-27 10:03:39 +02:00
parent 182bcea4b0
commit dd40e99ae1
3 changed files with 21 additions and 10 deletions

View File

@@ -142,21 +142,27 @@ header{
// @media(max-width: 1200px){
// top:0;
// }
@media(max-width: 920px){
top: calc($header-height-pad / 10 );
@media(max-width: 1025px){
top: 0;
align-items: center;
// margin: 1rem;
}
@media(max-width: 1090px){
top: calc($header-height-pad / 10);
}
li{
@media(max-width: 1090px){
padding-top: 0.5rem;
padding-top: 0.3rem;
}
// @media(max-width: 500px){
// padding-top: 0.5rem;
// }
a{
text-transform: uppercase;
color: white;
font-size: 0.5rem;
@media(max-width:1090px){
font-size: 0.9rem;
font-size: 0.6rem;
}
@media(max-width: 500px){
display: flex;

View File

@@ -67,7 +67,7 @@
font-size: 2.5rem;
display: inline-block;
line-height: 0;
transform: translateY(22.5rem);
transform: translateY(21.3rem);
padding-right: 3rem;
}
}