Remove padding beneath header
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 15s

This commit is contained in:
2026-04-08 01:33:26 +01:00
parent 4ebe886579
commit 1d472d382b

View File

@@ -1,5 +1,5 @@
<template>
<div class="w-full border-b border-primary pb-2">
<div class="w-full border-b border-primary pb-0.5">
<h1 class="p-0 m-0">
<slot />
</h1>