taille logo header

This commit is contained in:
2021-11-28 22:03:14 +01:00
parent 9560b939a5
commit 0b9d875880
3 changed files with 25 additions and 10 deletions
@@ -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;
}
}