custom newsletter

main
alexanderroese 2024-06-21 20:51:38 +02:00
parent 2935b40d3d
commit ec5debe107
1 changed files with 5 additions and 5 deletions

View File

@ -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;
} }
} }