responsive home actus
This commit is contained in:
@@ -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;
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user