fix margins

This commit is contained in:
2026-02-09 16:28:10 +00:00
parent 6c8b9a4253
commit b92655ab1b
5 changed files with 7 additions and 11 deletions

View File

@@ -45,9 +45,7 @@ const faces_string = faces.join(" ");
</script>
<template>
<nav
class="flex flex-row w-full h-fit background border border-primary bg-bg_primary"
>
<nav class="flex flex-row w-full h-fit border border-primary bg-bg_primary">
<RouterLink class="bdr-2 bg-bg_primary" to="/" v-if="!inHome">
<a>HOME</a>
</RouterLink>