Footer style adjustments
This commit is contained in:
parent
b35bb3d805
commit
5184d2f3ff
|
@ -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;
|
||||
|
|
|
@ -29,7 +29,7 @@ module.exports = Object.assign({}, {
|
|||
fontSizeHeadingLg: 32,
|
||||
regularFontWeight: 400,
|
||||
boldFontWeight: 700,
|
||||
smallFontSize: '11x',
|
||||
smallFontSize: '11px',
|
||||
mediumFontSize: '13px',
|
||||
largeFontSize: '18px',
|
||||
extraLargeFontSize: '24px',
|
||||
|
|
Loading…
Reference in New Issue