Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit d8e7e19

Browse files
use variable font size for header
1 parent fdf8342 commit d8e7e19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/scss/_settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $fs-s: $s-s;
2828
$fs: $s;
2929
$fs-m: $s-m;
3030
$fs-l: $s-l;
31-
$fs-xl: $s-xl;
31+
$fs-xl: $s-xl * 2;
3232

3333
/*
3434
* Colors

components/LhCvHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
3939
h1 {
4040
color: $c-primary;
41-
font-size: 4rem;
41+
font-size: $fs-xl;
4242
margin: $s 0 0 $s-xl;
4343
width: 100%;
4444
line-height: 1;

0 commit comments

Comments
 (0)