Row spacing reduced and badge centered

This commit is contained in:
Ponkhy 2021-08-24 03:14:33 +02:00
parent 36ace3e56c
commit 5dc834794c
1 changed files with 8 additions and 3 deletions

View File

@ -97,14 +97,19 @@ h2 {
tr { tr {
margin-top: 0 !important; margin-top: 0 !important;
padding: 10px !important; padding: 4px 10px !important;
display: block; display: block;
margin-bottom: 10px; margin-bottom: 6px;
td { td {
border-bottom: 1px solid $dark-font-color; border-bottom: 1px solid $dark-font-color;
display: block; display: block;
padding: 6px; padding: 4px;
.badge {
margin-top: 0px;
display: block;
}
} }
} }
} }