padding responsive

This commit is contained in:
2024-09-19 21:39:32 +02:00
parent 2b94ff5b8b
commit 61c91ad1a4
2 changed files with 20 additions and 0 deletions

View File

@@ -89,6 +89,7 @@
@media(max-width: 1090px){
flex-direction: column;
width: 90%;
margin-left: 1rem;
}
> p:nth-child(1){
margin-bottom: 0;
@@ -135,6 +136,9 @@
background-color: #edefe8;
position: relative;
padding-left: 4rem;
@media(max-width: 1090px){
padding-left: 0rem;
}
&.paragraph--type--static-parts{padding-bottom: 0 !important;}
.field_field_title{
@@ -382,6 +386,7 @@
@media(max-width: 810px){
width: 90%;
text-align: center;
padding-left: 0rem;
}
.field_field_title{
padding-top: 3rem;
@@ -437,6 +442,9 @@
align-items: center;
padding-bottom: 2rem;
color: white;
@media(max-width: 1090px){
padding-left: 0rem;
}
.field_field_title{
width: 48%;
text-transform: lowercase;