[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 --> <!-- Left side -->
<div class="level-left"> <div class="level-left">
<div class="level-item"> <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>
</div> </div>
<!-- Right side --> <!-- Right side -->

View File

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