fix radius of card on questions page

This commit is contained in:
Thomas Rupprecht 2023-04-05 19:53:30 +02:00 committed by Igor Scheller
parent 6e8dc642de
commit aafc01b01e
1 changed files with 4 additions and 0 deletions

View File

@ -321,6 +321,10 @@ h6,
}
// Cards
.card > .card-body:first-child {
border-top-left-radius: var(--bs-card-border-radius);
border-top-right-radius: var(--bs-card-border-radius);
}
.card-body > *:last-child {
margin-bottom: 0;
}