Adjust platforms padding

This commit is contained in:
Roman Cervantes 2019-12-12 23:56:30 -07:00
parent 0fe86385ff
commit 2a831fde7e

View file

@ -169,7 +169,7 @@ export default {
.platforms-page {
min-height: calc(100vh - #{$navHeight});
padding: $gp / 2 $gp;
padding: 0 $gp $gp / 2;
}
header {