Skip to content

Commit

Permalink
Update globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jark5455 authored May 4, 2024
1 parent 715e14f commit f75020a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
display: none;
}

@layer utilities {
.position-unset {
position: unset;
}
}

@layer base {
h1, h2, h3, h4, h5, h6 {
@apply font-bold;
Expand Down

0 comments on commit f75020a

Please sign in to comment.