SEO nom du site et taille header

This commit is contained in:
2024-09-19 14:18:56 +02:00
parent 204773d150
commit 78e8acc00d
5 changed files with 14 additions and 14 deletions

View File

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

View File

@@ -122,7 +122,7 @@ header{
flex-direction: column;
align-items: flex-start;
position: relative;
top: calc($header-height / 4 );
top: calc($header-height / 5 );
padding-left: 1rem;
padding-right: 1rem;
margin: 0;
@@ -201,7 +201,7 @@ header{
height: 170px;
}
.header_left_container{
flex: 0 0 61%;
flex: 0 0 50%;
transform-origin: bottom right;
@media(max-width: 810px){
flex: 1 0 100%;
@@ -231,7 +231,7 @@ header{
height: 170px;
}
.header_left_container{
flex: 0 0 60%;
flex: 0 0 50%;
transform-origin: bottom right;
@media(max-width: 810px){
flex: 1 0 100%;