Responsive footer

This commit is contained in:
Reece 2025-07-01 20:36:01 +01:00
parent fb2af30b92
commit e9cb27ffdd

View File

@ -6,11 +6,10 @@
<th:block th:insert="~{fragments/common :: head(title='')}"></th:block>
</head>
<body>
<div id="page-container">
<body style="height:100vh; margin:0; padding:0;">
<div class="page-container" style="min-height:98vh; overflow-x:hidden; display:flex; flex-direction:column;">
<th:block th:insert="~{fragments/navbar.html :: navbar}"></th:block>
<div style="transform-origin: top;"
id="scale-wrap">
<div class="main-content" style="flex:1;">
<br class="d-md-none">
<!-- Features -->
<script th:src="@{'/js/homecard.js'}"></script>
@ -119,9 +118,8 @@
</div>
</div>
<th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
</div>
<th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
</div>