Merge branch 'main' into feature/add-menu-bar, adding new footer and section structure

This commit is contained in:
sefaria
2026-05-08 09:38:45 +02:00
4 changed files with 77 additions and 260 deletions
+4 -3
View File
@@ -26,7 +26,7 @@
<body>
<main>
<div class="align-left">
<section class="align-left">
<a class="link-button" href="/"><span></span>Home</a>
@@ -85,7 +85,9 @@
<p>Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.</p>
<p>Quelle: <a href="https://www.e-recht24.de">https://www.e-recht24.de</a></p>
</div>
</section>
</main>
<footer>
<div class="footer-content">
@@ -107,7 +109,6 @@
</div>
</footer>
</main>
<!-- Add your site or application content here -->
<script src="js/app.js"></script>