Files
portal/resources/sass/pages/games.scss
2020-04-04 18:56:03 +02:00

21 lines
352 B
SCSS
Vendored

.game-index {
display: flex;
flex-wrap: wrap;
margin-top: 3rem;
}
.game-index-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 18rem;
height: 18rem;
background-color: $light;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}