diff --git a/public/css/landing/style.css b/public/css/landing/style.css index c740aba6..d726e7c5 100644 --- a/public/css/landing/style.css +++ b/public/css/landing/style.css @@ -3482,6 +3482,15 @@ .footer__wrapper-inner-social { display: inherit; flex: inherit; + justify-content: center; + } + .footer__wrapper-inner-social-subscribe { + text-align: center; + } + .footer__wrapper-inner-social-logo { + display: flex; + flex-direction: row; + justify-content: center; } .footer__wrapper-inner-social-links { diff --git a/src/includes/footer.ejs b/src/includes/footer.ejs index 5535d023..9ecd743a 100644 --- a/src/includes/footer.ejs +++ b/src/includes/footer.ejs @@ -158,7 +158,8 @@ src="https://nightwatch.substack.com/embed" loading="lazy" height="160px" - style="position: relative;left: -11px;top: -20px;"> + style="margin-left: -11px;margin-top: -20px;"> +