gamebrary/src/styles/_utilities.scss

8 lines
91 B
SCSS
Raw Normal View History

2020-10-08 17:56:46 +00:00
.clickable {
cursor: pointer;
}
.releases img {
max-width: 100%;
margin-top: 1rem;
}