fix: (seo-)headings for pages + css
This commit is contained in:
parent
9746896a43
commit
33713419f6
6 changed files with 18 additions and 7 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue