From fe588a77dac5d5732cf3fcaeec51981e3e1d5e76 Mon Sep 17 00:00:00 2001 From: muchwowmining Date: Sun, 13 Mar 2022 15:34:42 +0200 Subject: [PATCH] Update 'yellow/templates/base.html' That was ugly for mobile users --- yellow/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yellow/templates/base.html b/yellow/templates/base.html index 3b4b52c..0dc7ee1 100644 --- a/yellow/templates/base.html +++ b/yellow/templates/base.html @@ -65,7 +65,7 @@ } @media (max-width: 800px) { main{ - font-size: 4rem; + font-size: 3rem; } }