mirror of
https://github.com/romancm/gamebrary
synced 2024-12-20 08:13:08 +00:00
8 lines
91 B
SCSS
8 lines
91 B
SCSS
|
.clickable {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.releases img {
|
||
|
max-width: 100%;
|
||
|
margin-top: 1rem;
|
||
|
}
|