Skip to content

Commit ddf7493

Browse files
committed
align comments
1 parent 4e00c29 commit ddf7493

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/styles/vars.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ $desktop_min: 800px; // Desktop/Mobile Breakpoint
5454

5555
/* FONT STYLING
5656
/===================================================== */
57-
$font__name: 'Ubuntu'; // Normal 400, Medium 500, Bold 700
58-
$font__size: 1rem; // default font-size (applied to body)
59-
$font__line_height: 1.3; // default line-height (applied to body)
60-
$font__weight: 300; // default font-weight (applied to body)
57+
$font__name: 'Ubuntu'; // Normal 400, Medium 500, Bold 700
58+
$font__size: 1rem; // default font-size (applied to body)
59+
$font__line_height: 1.3; // default line-height (applied to body)
60+
$font__weight: 300; // default font-weight (applied to body)
6161

6262

6363
/* SHADOWS

0 commit comments

Comments
 (0)