display flex-start

This commit is contained in:
2024-05-08 16:17:50 +02:00
parent b77b34f124
commit e707a3c590
4 changed files with 11 additions and 4 deletions

View File

@@ -121,6 +121,7 @@
.field_field_texte div:nth-child(2){
display: flex;
flex-direction: row;
align-items: flex-start !important;
@media(max-width: 500px){
flex-direction: column;
}
@@ -146,7 +147,6 @@
}
}
#paragraph-id--8{
padding-bottom: 4rem;
.field_field_title{
@@ -156,6 +156,10 @@
.field_field_texte div:nth-child(2){
display: flex;
flex-direction: row;
&.flex-start{
align-items: flex-start !important;
}
@media(max-width: 500px){
flex-direction: column;
}
@@ -242,3 +246,4 @@