Align links & buttons in mobile version

This commit is contained in:
Corinne Durrmeyer 2024-06-18 16:38:46 +02:00
parent df94e11c4f
commit d8f7269f70
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -14,4 +14,10 @@
.fr-btn {
width: auto;
}
// Align links & buttons in mobile version
.fr-translate {
margin-left: 0;
margin-right: 0;
}
}