fix: (seo-)headings for pages + css

This commit is contained in:
Robert Janus 2025-05-11 14:05:01 +02:00
parent 9746896a43
commit 33713419f6
6 changed files with 18 additions and 7 deletions

View file

@ -1,6 +1,7 @@
<template>
<div>
<section class="Legal flex-col gap-default content full">
<h1>Impressum</h1>
<div>
<p>
Fiona Lena Urban<br/>

View file

@ -18,6 +18,9 @@
</div>
</Teleport>
<section class="content flex-col">
<div class="content-text">
<h1>Mit ProPapier Preise vergleichen und sparen</h1>
</div>
<aside class="filter-bar">
<button v-for="(button, index) in filterButtons" @click="() => sort(index)" :class="{ 'active': button.active }">
{{ button.label }}

View file

@ -1,8 +1,8 @@
<template>
<section class="Legal flex-col gap-default content full">
<h3>
<h1>
Datenschutzerklärung
</h3>
</h1>
<p>
Wir senden keinerlei Daten an Drittanbieter.
</p>