From 16207b843ca2841821bc93a9da72c8467ec81fb8 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 14 Jul 2021 21:44:10 +0200 Subject: [PATCH] Be more progressive! --- assets/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 86b3629..6ef6203 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -8,12 +8,20 @@ html { --color-second: #ffc0ba80; } -@media screen and (max-width: 499px) { + +@media screen and (max-width: 799px) { html { - font-size: 50%; + font-size: 55%; } } +@media screen and (max-width: 499px) { + html { + font-size: 45%; + } +} + + body { margin: 0px; padding: 0px;