Fixes spacing

This commit is contained in:
Andy Tudhope 2019-04-23 15:59:06 +02:00
parent 1b3d820ae9
commit 1d3f037682
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@
font-family: $font;
background: $background;
display: flex;
margin: 0 calculateRem(16) calculateRem(11);
height: calculateRem(145);
margin: 0 calculateRem(16) calculateRem(11) calculateRem(16);
position: relative;
}