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
@@ -8,6 +8,7 @@
display: grid;
grid-template-columns: 1fr 8fr 1fr;
margin: auto;
padding-top: 3rem;
.block-views{
grid-column: 2;
@@ -18,7 +19,7 @@
.views-row{
width: 25%;
flex: 0 0 25%;
}
}
}
.view-display-id-block_2{
padding-top: 0;
@@ -27,6 +28,8 @@
color: $blue-dark;
line-height: 1.5rem;
padding: 0.5rem;
padding-right: 1rem;
padding-left: 1rem;
div:first-child{
display: flex;
flex-direction: column;
@@ -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;
}
}