Skip to content

Commit

Permalink
fix card padding
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Apr 24, 2023
1 parent c60d541 commit 9128581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/_styles_ovw.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
color: #ffffff !important;
}

.card {
padding: 0px;
}

[data-theme="dark"] {
$bg-dark: rgb(18, 18, 18);

Expand Down

0 comments on commit 9128581

Please sign in to comment.