fix css retour Maud
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user