Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit a1697bc

Browse files
author
Dave Redfern
committed
Fixing interface font sizes
1 parent 0e0b20a commit a1697bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scss/chopchop-ui.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
width: 100%;
2929
left: 0;
3030
z-index: 999;
31+
font-size: 16px;
3132
padding: spacing(sm) 0;
3233
@include flex;
3334
@include align-items(center);
@@ -437,6 +438,7 @@
437438

438439
code {
439440
padding-left: 0;
441+
font-size: 11px;
440442
}
441443
}
442444

0 commit comments

Comments
 (0)