Make the default font size and margins smaller

This commit is contained in:
Halfdan 2023-01-21 18:52:22 +01:00
parent e02fdc0e0f
commit 7512bce94e
1 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@
/* Variables */
:root {
--base-grid : 60px;
--base-font-size : 22px;
--base-grid : 40px;
--base-font-size : 20px;
--text-color : #4b3aba;
--bg-color : #fff;
@ -186,7 +186,7 @@ aside nav footer ol li a {
aside header a img {
display : block;
width : 100%;
width : auto;
height : 140px;
}