[TASK] add btn-container & improve clickability of footer links
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 5m56s

This commit is contained in:
Marie Birner
2024-02-19 15:05:57 +01:00
parent 893fb27d35
commit 4cbca021d4
3 changed files with 48 additions and 20 deletions

View File

@ -15,8 +15,10 @@
</div>
</header>
<main class="container">
<button class="btn-open open-js">Alles öffnen</button>
<button class="btn-close close-js">Alles schließen</button>
<div class="btn-container">
<button class="btn-open open-js">Alles öffnen</button>
<button class="btn-close close-js">Alles schließen</button>
</div>
<h1><mark>{{title}}</mark></h1>
{{content}}
</main>