website: fix newsletter signup breaking mobile layout (#5765)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
f8ca498c77
commit
a8067c1f0d
|
@ -8,7 +8,7 @@
|
||||||
#mc_embed_signup {
|
#mc_embed_signup {
|
||||||
clear: left;
|
clear: left;
|
||||||
font: 14px Helvetica, Arial, sans-serif;
|
font: 14px Helvetica, Arial, sans-serif;
|
||||||
width: 600px;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mc_embed_signup .helper_text {
|
#mc_embed_signup .helper_text {
|
||||||
|
|
Reference in New Issue