Skip to content

Commit

Permalink
remove image shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaspetra committed May 17, 2024
1 parent 4633d71 commit ed2baa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "course-kit",
"version": "0.0.87",
"version": "0.0.88",
"description": "UI Kit for Course Management System",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ hr {
}

.content-section img {
@apply coursekit-rounded-md coursekit-shadow coursekit-max-h-[400px] ;
@apply coursekit-rounded-md coursekit-max-h-[400px] ;
}

0 comments on commit ed2baa5

Please sign in to comment.