css form faq

This commit is contained in:
2022-01-05 17:01:59 +01:00
parent 01ed693540
commit ef17dda90f
12 changed files with 159 additions and 95 deletions
+5 -5
View File
@@ -194,14 +194,14 @@
grid-area: presentation;
grid-column: 3 /span 4;
grid-row: 1;
align-self: end;
align-self: flex-end;
margin-bottom: 2.5rem;
max-width: 25%;
min-width: fit-content;
.field--type-link {
grid-column: 3;
// justify-self: end;
// justify-self: flex-end;
position: relative;
// max-width: 70%;
// min-width: fit-content;
@@ -240,7 +240,7 @@
grid-row: 1;
background-color: $blue-light;
height: fit-content;
align-self: end;
align-self: flex-end;
.field--name-field-lien{
&:before{
margin-top: 1rem;
@@ -277,7 +277,7 @@
grid-row: 1;
height: fit-content;
display: flex;
justify-self: end;
justify-self: flex-end;
width: 50%;
margin-top: 3rem;
.field--name-body{
@@ -402,7 +402,7 @@
max-width: 50%;
min-width: fit-content;
margin-bottom: 2rem;
align-self: end;
align-self: flex-end;
@media (max-width: 479px){
grid-column: 3 / span 6;
}