Files
web_server/vue/src/components/text/Header.vue
Adam French 1d472d382b
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 15s
Remove padding beneath header
2026-04-08 01:33:26 +01:00

8 lines
154 B
Vue

<template>
<div class="w-full border-b border-primary pb-0.5">
<h1 class="p-0 m-0">
<slot />
</h1>
</div>
</template>