Changes

Jump to navigation Jump to search
no edit summary
Line 93: Line 93:  
   color:white;
 
   color:white;
 
   text-decoration:none;
 
   text-decoration:none;
 +
}
 +
 +
.fc-text a{
 +
  color:initial;
 +
  text-decoration:none;
 +
  background-image: linear-gradient(#0645ad, #0645ad);
 +
  background-size: 100% 1px, auto;
 +
  background-repeat: no-repeat;
 +
  background-position: left bottom;
 +
  transition: all .2s ease-out;
 +
}
 +
 +
.fc-text a:hover{
 +
  background-size: 100% 100%, auto;
 +
  color:white;
 +
  text-decoration:none;
 +
}
 +
 +
.fc-grid{
 +
  display: grid;
 +
  justify-items:center;
 +
  width:100%;
 +
  grid-gap: 10px;
 +
  grid-template-columns: repeat(auto-fill, 220px);
 +
 +
}
 +
 +
.mp-category-grid>* {
 +
  width: 220px;
 +
  text-align:center;
 
}
 
}
  

Navigation menu