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