css home buton et forme

This commit is contained in:
ouidade 2024-11-12 11:27:16 +01:00
parent 4595b84af1
commit 14e38d4f93
2 changed files with 11 additions and 0 deletions

View File

@ -2773,6 +2773,12 @@ body {
#pour_candidater #sites-map-container { #pour_candidater #sites-map-container {
width: 50%; width: 50%;
} }
@media (max-width: 500px) {
#pour_candidater #sites-map-container {
height: fit-content;
width: 90%;
}
}
#pour_candidater .field_field_title { #pour_candidater .field_field_title {
color: rgb(7, 50, 194); color: rgb(7, 50, 194);
font-size: 1.2rem; font-size: 1.2rem;

View File

@ -5,6 +5,11 @@
#sites-map-container{ #sites-map-container{
width: 50% ; width: 50% ;
@media(max-width: 500px){
height: fit-content;
width: 90%;
}
} }
.field_field_title{ .field_field_title{
color: $blue_QDD; color: $blue_QDD;