fix bug bouton maud

This commit is contained in:
2021-12-10 11:35:40 +01:00
parent 400dce54f0
commit 379eebde7f
2 changed files with 13 additions and 10 deletions
+7 -5
View File
@@ -51,7 +51,7 @@
span {
background-color: $white;
line-height: 2rem;
}
}
@@ -112,14 +112,15 @@
grid-row: 1;
align-self: end;
margin-bottom: 2.5rem;
width: fit-content;
max-width: 25%;
min-width: fit-content;
.field--type-link {
grid-column: 3;
// justify-self: end;
position: relative;
max-width: 70%;
min-width: fit-content;
// max-width: 70%;
// min-width: fit-content;
height: 1.5rem;
padding: 0.4rem 1rem;
font-size: 0.8rem;
@@ -295,7 +296,8 @@
grid-area: actus;
grid-row: 4;
grid-column: 5 / span 6;
width: fit-content;
max-width: 50%;
min-width: fit-content;
margin-bottom: 2rem;
align-self: end;
.field--type-link {