diff --git a/src/css/custom.css b/src/css/custom.css index cd898991..e5a015d6 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -2566,4 +2566,28 @@ html[data-theme="dark"] .blog-post-page .markdown h4 { content: none !important; display: none !important; } -} \ No newline at end of file +} + +@media screen and (max-width: 768px) { + .footer, + footer.footer { + display: flex !important; + flex-direction: column !important; + align-items: center !important; + text-align: center !important; + } + + .footer__links, + .footer__links.row { + display: flex !important; + flex-direction: column !important; + width: 100% !important; + } + + .footer__col, + .footer__col.col { + max-width: 100% !important; + flex-basis: 100% !important; + margin-bottom: 1.5rem !important; + } +}