]> BookStack Code Mirror - website/commitdiff
Fixed footer layout issue
authorDan Brown <redacted>
Sun, 27 Apr 2025 21:49:03 +0000 (22:49 +0100)
committerDan Brown <redacted>
Sun, 27 Apr 2025 21:49:03 +0000 (22:49 +0100)
Was causing the information section to overlap the other footer links
making them non-clickable on mobile.

themes/bookstack/layouts/partials/footer.html

index f932acd4d5b233eb785ebd54e68cef220a672a70..bd035c84ad679f469ef89357fba8a79b3629fc38 100644 (file)
@@ -40,7 +40,7 @@
                         <li><a href="https://www.reddit.com/r/bookstack" target="_blank">Reddit</a></li>
                     </ul>
                </div>
-                <div class="col-6 col-sm-4 col-lg-3">
+                <div class="col-xs-12 col-sm-4 col-lg-3">
                     <h5>Information</h5>
                     <ul class="nav-list">
                         <li><a href="/about/project-faq/">Project FAQ</a></li>