From 0940609fc9571007e037f97bb3776c1c7aef81a6 Mon Sep 17 00:00:00 2001 From: danoloan10 Date: Sun, 23 Jul 2023 00:08:09 +0200 Subject: [PATCH] =?UTF-8?q?Aumentar=20fuente=20de=20=C3=ADndice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 568b4a4..12bde38 100644 --- a/templates/index.html +++ b/templates/index.html @@ -90,13 +90,14 @@ nav > a:hover { @media screen and (max-width: 700px) { .elem { width: calc((100% - (5px * 6)) / 2); + font-size: calc(0.65em + 2vw); } } @media screen and (max-width: 320px) { .elem { width: 100%; display: block; - font-size: calc(0.65em + 1vw); + font-size: calc(0.65em + 2vw); } }