fix:#92 added responsive design for more subpages

This commit is contained in:
masterElmar
2023-12-05 13:49:13 +01:00
parent 0423244279
commit 3996fd3ec9
9 changed files with 17 additions and 11955 deletions

View File

@@ -46,15 +46,15 @@ const items = computed(() => [
<Button
severity="secondary"
text
class="p-0 mx-2 my-1"
class="p-0 mx-2"
@click="navigate"
>
<img
width="35"
height="40"
width="50"
height="50"
class="w-full"
src="../../public/htwk.svg"
alt="Logo"
class="mx-3"
/>
</Button>
</router-link>
@@ -64,9 +64,9 @@ const items = computed(() => [
<Button
:label="String(item.label)"
:icon="item.icon"
severity="secondary"
text
@click="navigate"
severity="secondary"
/>
</router-link>
</template>