header modile
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user