diff --git a/themes/cypress/source/css/_partial/media_queries.scss b/themes/cypress/source/css/_partial/media_queries.scss index a28fecbed4..35e6ddf5f2 100644 --- a/themes/cypress/source/css/_partial/media_queries.scss +++ b/themes/cypress/source/css/_partial/media_queries.scss @@ -224,6 +224,18 @@ } } } + + footer.wrapper .top { + flex-direction: column; + padding: 30px; + + .footer-form { + text-align: center; + margin: 0 auto; + } + + + } } @media screen and(max-width: 620px) {