Skip to content

Commit

Permalink
fixed shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Aug 22, 2024
1 parent 479508a commit 495f996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/styles/paginator.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

.page:hover {
background-color: var(--main-card-color);
box-shadow: #1d2025 1px 1px 5px 0px;
box-shadow: #1d2025 0px 0px 5px 0px;
}

@media(max-width: 767px) {
Expand Down

0 comments on commit 495f996

Please sign in to comment.