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

This commit is contained in:
2026-04-08 01:32:02 +01:00
parent dd5412cb79
commit 4ebe886579

View File

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