From 93103546583c423e7cdac364ce0a12ffc971a6d7 Mon Sep 17 00:00:00 2001 From: Nicola Lamacchia Date: Sun, 29 Mar 2020 16:47:01 +0200 Subject: [PATCH] Update style --- src/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index a7ad507..441907a 100644 --- a/src/style.css +++ b/src/style.css @@ -4,7 +4,11 @@ body { padding: 0; height: 100%; width: 100%; - font-size: 1.75em; + box-sizing: border-box; + font-size: 28px; +} +*, *:before, *:after { + box-sizing: inherit; } body, #app {