Skip to content
Snippets Groups Projects
Commit cf32aec4 authored by Marko Ivancic's avatar Marko Ivancic
Browse files

Fix main-font-size var name

parent c9d01bb5
No related branches found
No related tags found
1 merge request!2GUI tweaks
Pipeline #74153 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,7 @@
--main-font-family: Raleway;
--main-font-weight: 500;
--mainfont-size: 18pt;
--main-font-size: 18pt;
--table-font-size: 16pt;
......@@ -371,7 +371,7 @@
"nav . main ."
"nav footer footer footer";
min-height: 100vh;
font-size: var(--body-font-size);
font-size: var(--main-font-size);
font-family: var(--main-font-family);
font-weight: var(--main-font-weight);
margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment