From c7f4bdce26cbd4b0922e0a579db3510baeb6bdc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hozda?= Date: Tue, 6 Oct 2020 12:39:10 +0200 Subject: [PATCH] uprava velikosti --- static/main.css | 4 ++-- static/main.styl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/main.css b/static/main.css index a6b8e88..f55944d 100644 --- a/static/main.css +++ b/static/main.css @@ -103,7 +103,7 @@ canvas { padding: 1rem 3rem; } .horizontal-menu { - font-size: calc(var(--font-size) / 1.8); + font-size: calc(var(--font-size) / 1.7); position: absolute; display: flex; bottom: 5vh; @@ -119,7 +119,7 @@ canvas { .horizontal-menu a { text-decoration: underline; color: #000; - font-size: calc(var(--font-size) / 2.4); + font-size: calc(var(--font-size) / 2.1); cursor: pointer; transition: 0.2s; } diff --git a/static/main.styl b/static/main.styl index 4c7d545..22c4562 100644 --- a/static/main.styl +++ b/static/main.styl @@ -102,7 +102,7 @@ body > canvas padding: 1rem 3rem .horizontal-menu - font-size calc(var(--font-size) / 1.8) + font-size calc(var(--font-size) / 1.7) position: absolute display: flex bottom: 5vh @@ -118,7 +118,7 @@ body > canvas & a text-decoration underline color: #000 - font-size calc(var(--font-size) / 2.4) + font-size calc(var(--font-size) / 2.1) cursor pointer transition .2s &:hover