Skip to content

Instantly share code, notes, and snippets.

@mmuffins
Created July 14, 2021 20:59
Show Gist options
  • Save mmuffins/49958bae9474f6f742605d229c0c84c5 to your computer and use it in GitHub Desktop.
Save mmuffins/49958bae9474f6f742605d229c0c84c5 to your computer and use it in GitHub Desktop.
/*Add color to game title*/
.title-link{
color: #eeb118;
}
/*Hide Platforms*/
.game-data > div:nth-child(3){
display: none;
}
/*Reduce detail font size*/
.game-data {
font-size:0.9rem;
line-height: 1.3;
}
/*Reduce rating size*/
.star-rating {
font-size:18px;
}
.clear-rating {
font-size:15px !important;
}
/*Reduce vertical spacing*/
.mb-3 {
margin-bottom: 0.5rem !important;
}
/*Reduce shelf button size*/
.shelf-button {
font-size:15px !important;
}
.btn {
padding: 0.295rem 0.61rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment