Team:NCHU Taichung/style/member.css

  1. HQ_page .button:hover {
   background-color: unset;
   color: unset;

}

  1. 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;

}

  1. 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;
 }

}