SEO nom du site et taille header
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
$header-height : 320px;
|
||||
$header-height : 270px;
|
||||
$header-height-pad : 110px;
|
||||
$header-height-small : 70px;
|
||||
$header-height-ultrasmall : 50px;
|
||||
|
@@ -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%;
|
||||
|
Reference in New Issue
Block a user