Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<section class="box">
<h1 class="mb_sm" style:margin-top={MAIN_HEADER_MARGIN_TOP}>fuz</h1>
<div class="box mb_lg"><Svg data={logo_fuz} size="var(--icon_size_xl2)" /></div>
<blockquote class="shadow_bottom_sm px_xl bg mb_xl3">friendly user zystem 🦋</blockquote>
<blockquote class="shadow_bottom_sm px_xl shade_00 mb_xl3">friendly user zystem 🦋</blockquote>
<div class="mb_lg p_xs2 shadow_md border_radius_sm">
<div class="width_atmost_sm panel p_lg shadow_inset_xs bg">
<div class="width_atmost_sm panel p_lg shadow_inset_xs shade_00">
<p>
Fuz is a zippy stack for autonomy. Today Fuz has a collection of libraries for making
modern websites with TypeScript, CSS, Svelte, and SvelteKit, and soon they'll be joined
Expand Down
Loading