taille logo header
This commit is contained in:
@@ -14,7 +14,7 @@ header{
|
||||
#header-top {
|
||||
height: 7rem;
|
||||
background-color: $white;
|
||||
box-shadow: 1px 0px 8px $black;
|
||||
// box-shadow: 1px 0px 8px $black;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
@@ -26,6 +26,7 @@ header{
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
padding: 1rem;
|
||||
padding-left: 3rem;
|
||||
align-items:start;
|
||||
color: $black;
|
||||
font-weight: 800;
|
||||
@@ -34,14 +35,19 @@ header{
|
||||
display: flex;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
img{
|
||||
width: 80%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
#block-logoeql{
|
||||
display: flex;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
padding-left: 2rem;
|
||||
|
||||
img{
|
||||
height: 80%;
|
||||
width: 80%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user