Merge branch 'main' of git@github.com:Stirling-Tools/Stirling-PDF.git into main

This commit is contained in:
a
2024-05-20 18:18:40 +01:00
7 changed files with 67 additions and 67 deletions

View File

@@ -21,7 +21,7 @@
</div>
<br class="d-md-none">
<!-- Features -->
<script src="js/homecard.js"></script>
<script src="js/homecard.js?v=2"></script>
<div class=" container">
<br>
<span class="material-symbols-rounded search-icon">
@@ -234,4 +234,4 @@
</div>
</body>
</html>
</html>

View File

@@ -12,7 +12,7 @@
<br><br>
<div class="container" id="dropContainer">
<div class="row justify-content-center">
<div class="col-md-6 "bg-card">
<div class="col-md-6 bg-card">
<div class="tool-header">
<span class="material-symbols-rounded tool-header-icon organize">add_to_photos</span>
<span class="tool-header-text" th:text="#{merge.header}"></span>
@@ -39,4 +39,4 @@
<th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
</div>
</body>
</html>
</html>