display flex-start
This commit is contained in:
@@ -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 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user