fix bug bouton maud
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user