Fehler Hamburger Menu, Backend requests
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
<div class="container mx-auto px-4 py-8 max-w-4xl">
|
||||
<div class="bg-white rounded-lg drop-shadow-custom-bg p-6 md:p-8">
|
||||
<h1 class="text-3xl font-bold text-neutral-900 mb-6">Privacy Statement</h1>
|
||||
<div class="bg-white rounded-lg drop-shadow-custom-bg p-6 md:p-8 relative">
|
||||
<button
|
||||
(click)="goBack()"
|
||||
class="absolute top-4 right-4 md:top-6 md:right-6 w-10 h-10 flex items-center justify-center rounded-full bg-red-600 hover:bg-red-700 text-white transition-colors duration-200"
|
||||
aria-label="Go back"
|
||||
>
|
||||
<i class="fas fa-arrow-left text-lg"></i>
|
||||
</button>
|
||||
<h1 class="text-3xl font-bold text-neutral-900 mb-6 pr-14">Privacy Statement</h1>
|
||||
|
||||
<section id="content" role="main">
|
||||
<article class="post page">
|
||||
|
||||
Reference in New Issue
Block a user