mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
Adjust platforms padding
This commit is contained in:
parent
0fe86385ff
commit
2a831fde7e
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ export default {
|
|||
|
||||
.platforms-page {
|
||||
min-height: calc(100vh - #{$navHeight});
|
||||
padding: $gp / 2 $gp;
|
||||
padding: 0 $gp $gp / 2;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
Loading…
Add table
Reference in a new issue