Fix missing padding on email subscription form (#39162)

This commit is contained in:
Eugen Rochko 2026-05-26 15:42:55 +02:00 committed by GitHub
parent 07d099cbf7
commit 3559efe526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -480,6 +480,7 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
justify-content: center;
align-items: flex-start;
margin: 16px 0;
padding: 16px;
}
.bannerBaseCentered {