Skip to content

Commit bd97ced

Browse files
committed
run prettier format
1 parent b9b7176 commit bd97ced

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

src/app.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
/*----------------------------------------------------------------------*/
88

99
@font-face {
10-
font-family: Courier;
11-
src: url(/Courier.ttf);
10+
font-family: Courier;
11+
src: url(/Courier.ttf);
1212
}
1313

1414
.ascii {
15-
font-family: Courier, monospace;
16-
@apply leading-none whitespace-pre text-primary
15+
font-family: Courier, monospace;
16+
@apply leading-none whitespace-pre text-primary;
1717
}
1818

1919
/*----------------------------------------------------------------------*/
@@ -642,4 +642,3 @@
642642
--depth: 0;
643643
--noise: 0;
644644
}
645-

src/lib/components/navbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- logo -->
1111
<div class="flex-none">
1212
<a class=" text-xl font-bold text-primary" href={resolve('/')}>
13-
<pre unselectable="on" class=" text-[2px] ascii">
13+
<pre unselectable="on" class=" ascii text-[2px]">
1414
{LOGO}
1515
<span class="sr-only">10xPrivacy</span>
1616
</pre>

src/routes/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
</script>
66

77
<main class="m-auto flex max-w-3xl flex-col items-center px-4 py-8">
8-
<pre
9-
class="text-[5px] ascii sm:text-[10px] md:text-xs">
8+
<pre class="ascii text-[5px] sm:text-[10px] md:text-xs">
109
{LOGO}
1110
</pre>
1211

0 commit comments

Comments
 (0)