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 {
|
.platforms {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
flex-wrap: wrap;
|
||||||
grid-gap: $gp;
|
|
||||||
|
.platform {
|
||||||
|
margin-right: $gp / 2;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue