Skip to content

Commit

Permalink
chore: CSS scope
Browse files Browse the repository at this point in the history
  • Loading branch information
canerakdas committed Nov 20, 2023
1 parent 5e78ca7 commit 43a1dd3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions components/Downloads/ChangelogModal/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
sm:mt-20
sm:w-1/2
sm:p-12;
}

.trigger {
@apply absolute
right-3
top-3
block
h-6
w-6
cursor-pointer
sm:hidden;
}
.trigger {
@apply absolute
right-3
top-3
block
h-6
w-6
cursor-pointer
sm:hidden;
}

.title {
Expand Down

0 comments on commit 43a1dd3

Please sign in to comment.