deprived-main-website/src/routes/comps/ProfileSpacer.svelte
2024-12-31 17:51:57 +01:00

8 lines
No EOL
145 B
Svelte

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