From 318c1944284b18ae5b6ff7783361fb54444707c7 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Wed, 21 Apr 2021 15:11:43 +0200 Subject: [PATCH] test petites polices --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index cacc1a4..285456f 100644 --- a/styles/global.css +++ b/styles/global.css @@ -51,7 +51,7 @@ --gap-unit: 10px; --max-screen: 1110px; --base-font-size: 10px; - --small-font-size: 8px; + --small-font-size: 10px; --nav-height: 40px; --aside-left-width: 200px; --aside-right-width: 200px;