fix card padding

This commit is contained in:
Matthias 2023-04-24 11:28:52 +02:00
parent c60d5418f2
commit 9128581994

View File

@ -29,6 +29,10 @@
color: #ffffff !important; color: #ffffff !important;
} }
.card {
padding: 0px;
}
[data-theme="dark"] { [data-theme="dark"] {
$bg-dark: rgb(18, 18, 18); $bg-dark: rgb(18, 18, 18);