custom newsletter
parent
2935b40d3d
commit
ec5debe107
|
@ -55,8 +55,10 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 0px 20px 0px 0px;
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
padding: 0px 20px 20px 20px;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shx-newsletter-input {
|
.shx-newsletter-input {
|
||||||
|
@ -70,9 +72,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.shx-newsletter-container {
|
.shx-newsletter-container {
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
padding: 0px 20px 20px 20px;
|
padding: 0px 20px 0px 0px;
|
||||||
width: 100%;
|
|
||||||
padding: 0 12px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue