Browse Source

Increased font size

Marco Bambini 6 years ago
parent
commit
73b222e4fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/assets/css/main.css

+ 1 - 1
docs/assets/css/main.css

@@ -1,6 +1,6 @@
 :root {
 :root {
 	/* General */
 	/* General */
-  	--base-font-size							  : 14px;
+  	--base-font-size							  : 16px;
   	--link-color 								  : var(--theme-color);
   	--link-color 								  : var(--theme-color);
   	--link-text-decoration 						  : none;
   	--link-text-decoration 						  : none;
   	--heading-h3-color							  : #7E267E;
   	--heading-h3-color							  : #7E267E;