fix:#20 rearranged page layout

This commit is contained in:
Elmar Kresse
2024-07-01 22:28:54 +02:00
parent 5e0f26f24a
commit 112a692790
5 changed files with 43 additions and 25 deletions

View File

@@ -60,7 +60,7 @@ onMounted(() => {
<Button
id="dark-mode-switcher"
size="small"
class="p-button-rounded w-full md:w-auto"
class="p-button-rounded md:w-auto"
style="margin-right: 1rem"
:severity="isDark ? 'warning' : 'success'"
@click="toggleTheme()"