Skip to content

Commit 6fe9c31

Browse files
Merge pull request #689 from rap2hpoutre/patch-1
Added a base font size
2 parents 7e08953 + ccde31d commit 6fe9c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/styles/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ html, body { margin: 0; }
2626

2727
body {
2828
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
29+
font-size: 16px;
2930
@include display-flex;
3031
@include flex-direction(column);
3132
@include align-items(center);

0 commit comments

Comments
 (0)