We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3126eae commit 8ec9429Copy full SHA for 8ec9429
src/routes/+page.svelte
@@ -351,13 +351,16 @@
351
text-transform: uppercase;
352
font-family: var(--font-mono);
353
}
354
+
355
#about {
356
padding: 40px;
357
border: 1px solid var(--color-highlight);
358
359
360
#about > p {
361
font-size: var(--text-small);
362
363
364
.code {
365
366
background-color: #efefef;
0 commit comments