taille header

This commit is contained in:
2024-09-20 23:34:40 +02:00
parent 56973f5abb
commit 75504e912b
3 changed files with 15 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
$header-height : 270px;
$header-height : 320px;
$header-height-pad : 160px;
$header-height-small : 70px;
$header-height-ultrasmall : 50px;

View File

@@ -120,7 +120,7 @@ header{
transition: transform 0.3s ease-in-out;
z-index: -1 ;
@media(max-width: 1090px){
text-align:left;
// text-align:left;
}
@media(max-width: 500px){
flex: 0 0 40%;
@@ -142,10 +142,10 @@ header{
// @media(max-width: 1200px){
// top:0;
// }
@media(max-width: 810px){
top: calc($header-height-pad / 4 );
@media(max-width: 920px){
top: calc($header-height-pad / 10 );
align-items: center;
margin: 1rem;
// margin: 1rem;
}
li{
@media(max-width: 1090px){
@@ -208,7 +208,7 @@ header{
width: 45%;
transform-origin: bottom right;
transition: all 1s ease-in-out;
@media(max-width: 1600px) {
@media(max-width: 1090px) {
height: $header-height-pad;
}
.qdd-header{