deprived-main-website/src/routes/comps/ProfileSpacer.svelte
BOTAlex 158918c0f5
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 21s
git commit -am "Pruned git history"
2026-05-05 13:42:47 +02:00

8 lines
No EOL
145 B
Svelte

<div class="profileSpacer"></div>
<style>
.profileSpacer{
height: 1px;
border-bottom: solid oklch(var(--b3));
}
</style>