Modified border radius of buttons on card-footer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andreas Kurm 2020-02-10 12:53:18 +01:00
parent a8332168d7
commit 85704540e6

View File

@ -48,6 +48,11 @@ footer{
background-color: hsl(42, 100%, 45%); background-color: hsl(42, 100%, 45%);
} }
.card-footer .btn{
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@media all and (max-width: 900px) { @media all and (max-width: 900px) {
.card-deck { .card-deck {
display:block!important; display:block!important;