[web] Change HTML elements to simplify styling

This commit is contained in:
Alain Nussbaumer 2024-02-26 15:10:48 +01:00
parent 5a6474b10f
commit 8b634ea4ff
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<!-- Left side -->
<div class="level-left">
<div class="level-item">
<h2 class="title is-5" v-text="$t('page.about.library')" />
<p class="title is-5" v-text="$t('page.about.library')" />
</div>
</div>
<!-- Right side -->

View File

@ -3,7 +3,7 @@
<tabs-settings />
<content-with-heading>
<template #heading-left>
<div class="title is-4" v-text="$t('page.settings.devices.pairing')" />
<p class="title is-4" v-text="$t('page.settings.devices.pairing')" />
</template>
<template #content>
<!-- Paring request active -->
@ -41,7 +41,7 @@
</content-with-heading>
<content-with-heading>
<template #heading-left>
<div
<p
class="title is-4"
v-text="$t('page.settings.devices.speaker-pairing')"
/>