From b620e96c4dac055929a93553803448f42668f3e2 Mon Sep 17 00:00:00 2001 From: Dieter De Mesmaeker Date: Mon, 5 Apr 2021 18:21:18 +0200 Subject: [PATCH] feat(update-default-font-size) --- styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/index.css b/styles/index.css index 6678dd1..85c8f5c 100644 --- a/styles/index.css +++ b/styles/index.css @@ -10,6 +10,10 @@ input { @apply shadow-none; } + + html { + font-size: 14px; + } } @layer utilities {