css home buton et forme
This commit is contained in:
parent
4595b84af1
commit
14e38d4f93
|
@ -2773,6 +2773,12 @@ body {
|
|||
#pour_candidater #sites-map-container {
|
||||
width: 50%;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
#pour_candidater #sites-map-container {
|
||||
height: fit-content;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
#pour_candidater .field_field_title {
|
||||
color: rgb(7, 50, 194);
|
||||
font-size: 1.2rem;
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
|
||||
#sites-map-container{
|
||||
width: 50% ;
|
||||
@media(max-width: 500px){
|
||||
height: fit-content;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
}
|
||||
.field_field_title{
|
||||
color: $blue_QDD;
|
||||
|
|
Loading…
Reference in New Issue