Footer style adjustments

This commit is contained in:
apanizo 2018-09-01 09:46:59 +02:00
parent b35bb3d805
commit 5184d2f3ff
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
.footer {
font-size: $smallFontSize;
display: grid;
grid-template-columns: 100px 100px 1fr;
grid-template-rows: 40px;
grid-template-rows: 36px;
justify-items: center;
align-items: center;
border: solid 0.5px $border;

View File

@ -29,7 +29,7 @@ module.exports = Object.assign({}, {
fontSizeHeadingLg: 32,
regularFontWeight: 400,
boldFontWeight: 700,
smallFontSize: '11x',
smallFontSize: '11px',
mediumFontSize: '13px',
largeFontSize: '18px',
extraLargeFontSize: '24px',