Add wrapping to NavButtons

This commit is contained in:
Inkception 2023-02-17 08:03:17 +01:00
parent 779b60b1dd
commit 2cfd32e1f0

View File

@ -1,5 +1,5 @@
<template>
<div class="flex font-splatoon2 space-x-2">
<div class="flex flex-wrap justify-center gap-x-2 gap-y-2 font-splatoon2">
<router-link to="/" class="router-link">
{{ $t('schedule.title') }}
</router-link>