custom newsletter

main
alexanderroese 2024-06-21 20:50:35 +02:00
parent bd46454f2d
commit 2935b40d3d
1 changed files with 15 additions and 7 deletions

View File

@ -42,13 +42,6 @@
width: fit-content; width: fit-content;
} }
@media screen and (min-width: 750px) {
.newsletter__button {
flex-shrink: 0;
margin: 0 0 0 1rem;
}
}
.shx-newsletter-form { .shx-newsletter-form {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -58,6 +51,7 @@
.shx-newsletter-container { .shx-newsletter-container {
display: flex; display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background-color: #fff; background-color: #fff;
@ -68,3 +62,17 @@
.shx-newsletter-input { .shx-newsletter-input {
/* width: 500px; */ /* width: 500px; */
} }
@media screen and (min-width: 750px) {
.newsletter__button {
flex-shrink: 0;
margin: 0 0 0 1rem;
}
.shx-newsletter-container {
flex-direction: column;
padding: 0px 20px 20px 20px;
width: 100%;
padding: 0 12px;
}
}