Line 11: | Line 11: | ||
} | } | ||
.card { | .card { | ||
− | margin-right: | + | margin-right: 32px!important; |
− | margin-left: | + | margin-left: 32px!important; |
} | } | ||
.card .icon { | .card .icon { |
Latest revision as of 13:48, 17 October 2018
- HQ_page .button:hover {
background-color: unset; color: unset;
}
- HQ_page .button {
min-width: unset; max-width: unset; border: unset; color: unset; background-color: unset;
} .card {
margin-right: 32px!important; margin-left: 32px!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; }
}