padding responsive
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user