Skip to content

Commit

Permalink
🔧 Fixed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Feb 28, 2025
1 parent b61d8e0 commit 5131669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
html {
@apply h-full;
}

body {
background-attachment: fixed;
background-image:
Expand All @@ -30,11 +31,13 @@
background-size: cover;
overflow-x: hidden;
}

p,
li,
code {
@apply sm:text-lg;
}

code {
@apply code;
}
Expand Down

0 comments on commit 5131669

Please sign in to comment.