Modified border radius of buttons on card-footer
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a8332168d7
commit
85704540e6
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user