mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Update platform styles
This commit is contained in:
parent
0b120d724e
commit
e306cb9670
1 changed files with 14 additions and 3 deletions
|
@ -117,9 +117,20 @@ export default {
|
|||
}
|
||||
|
||||
.platforms {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-gap: $gp;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.platform {
|
||||
margin-right: $gp / 2;
|
||||
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue