From 4297ac607461e1c91ba885e107cb1acd796ca1d6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 23 Apr 2024 15:39:06 +0200 Subject: [PATCH] testing html base font size --- src/assets/css/generalites/typography.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/assets/css/generalites/typography.scss b/src/assets/css/generalites/typography.scss index 79a1171..a46bbb9 100644 --- a/src/assets/css/generalites/typography.scss +++ b/src/assets/css/generalites/typography.scss @@ -39,3 +39,12 @@ h6 { margin: 0; padding: 0; } + +// html { +// font-size: 14px; +// } +// @media (min-width: 420px) { +// html { +// font-size: 16px; +// } +// }