responsive home actus

This commit is contained in:
2025-09-22 15:49:17 +02:00
parent 5c4df4921b
commit c06774e52b
3 changed files with 107 additions and 1 deletions
@@ -33,14 +33,25 @@
color: $black;
// font-weight: 800;
flex: 1;
#block-logogouv{
display: flex;
height: 100%;
align-items: center;
@media (max-width: 810px){
width: 30%;
}
img{
width: 100%;
height: auto;
}
}
#block-eql-logoepau{
height: 100%;
align-content: center;
}
#block-logoeql{
display: flex;
@@ -52,6 +63,12 @@
width: 100%;
height: auto;
}
@media (max-width: 810px){
img{
width: 80%;
}
}
}
}
.region-header-top-rigth{
@@ -75,6 +92,9 @@
:link{
color: $blue-dark !important;
}
@media (max-width: 870px){
display: none;
}
}
#block-logoeql{
@@ -84,6 +104,12 @@
width: 80px;
height: auto;
}
@media (max-width: 870px){
padding-right: 1rem;
// img{
// width: 50px;
// }
}
}