Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieyip02 committed Mar 2, 2024
1 parent 31e4d16 commit 3b0b9db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/pages/resources/ResourceLink.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
justify-start
items-center
gap-4
w-full
px-6
py-4
text-lg
Expand All @@ -31,7 +32,8 @@
.resource-link>p {
@apply
relative
text-nowrap
break-all
truncate
text-ellipsis
;
}
Expand Down
4 changes: 3 additions & 1 deletion src/pages/resources/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
flex-col
gap-8
w-full
md:w-fit
max-w-[75vw]
md:w-[16rem]
lg:w-[24rem]
;
}

0 comments on commit 3b0b9db

Please sign in to comment.