diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-10 14:37:55 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 4f48232507b0b77d2126715bbda25fb21af66ab4 (patch) | |
tree | 3162d3934e963f6016ed6d8f46a501963c6a3fdb /src/styles/main.scss | |
parent | 39634bb91d8f0633357f60d2a1b67ea6fb5b0d1c (diff) |
FUNCT Replace icomoon with font-awesome
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index 8f90f1c..cab20c6 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -36,7 +36,7 @@ body { width: 100%; height: $header_size*0.70; line-height: $header_size*0.70; - font-size: 6em; + font-size: 5em; } .label { |