fix: (seo-)headings for pages + css
This commit is contained in:
parent
9746896a43
commit
33713419f6
6 changed files with 18 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<section class="Legal flex-col gap-default content full">
|
||||
<h1>Impressum</h1>
|
||||
<div>
|
||||
<p>
|
||||
Fiona Lena Urban<br/>
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue