(Created page with ".card { margin-right: 34px!important; margin-left: 34px!important; } .card .icon { margin: 0!important; } .card .button { background: #6bd2c1; } .card .button:hover {...") |
|||
Line 7: | Line 7: | ||
} | } | ||
.card .button { | .card .button { | ||
− | background: #6bd2c1; | + | background: #6bd2c1!important; |
} | } | ||
.card .button:hover { | .card .button:hover { | ||
− | background-color: #baebe3; | + | background-color: #baebe3!important; |
} | } | ||
#bannerImg { | #bannerImg { | ||
− | box-shadow: 3px 5px 14px 0px #cdcdcd; | + | box-shadow: 3px 5px 14px 0px #cdcdcd!important; |
− | margin-top: 20px; | + | margin-top: 20px!important; |
} | } | ||
@media only screen and (max-width: 767px) { | @media only screen and (max-width: 767px) { | ||
Line 22: | Line 22: | ||
} | } | ||
.cards { | .cards { | ||
− | justify-content: center; | + | justify-content: center!important; |
} | } | ||
} | } |
Revision as of 16:44, 11 October 2018
.card {
margin-right: 34px!important; margin-left: 34px!important;
} .card .icon {
margin: 0!important;
} .card .button {
background: #6bd2c1!important;
} .card .button:hover {
background-color: #baebe3!important;
}
- bannerImg {
box-shadow: 3px 5px 14px 0px #cdcdcd!important; margin-top: 20px!important;
} @media only screen and (max-width: 767px) {
.card { margin-right: unset!important; margin-left: unset!important; } .cards { justify-content: center!important; }
}