fix css retour Maud

This commit is contained in:
2024-06-24 17:17:48 +02:00
parent d75d876e7f
commit b7a5c3f375
17 changed files with 241 additions and 269 deletions
@@ -1,5 +1,5 @@
$header-height : 150px;
$header-height : 110px;
$width-menu-slidedown : 550px;
.layout-container {
@@ -3,10 +3,11 @@
%buttonwithborder {
text-transform: uppercase;
padding: 1rem;
padding: 0.5rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: $white-button;
font-size: 0.9rem;
@media (max-width:891px) {
font-size: 1rem;
}
@@ -23,15 +24,12 @@
.page-programme .field--type-link {
@extend %buttonwithborder;
width: fit-content;
padding: 0.4rem;
padding: 0.3rem;
background-color: transparent;
}
.field--type-link {
@extend %buttonwithborder;
width: fit-content;
.page-programme{
padding: 0.4rem;
}
}