From 76365d3f51d054619bd46a3ec18c65e11d606599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Sat, 8 Jun 2024 16:57:55 +0200 Subject: [PATCH] font --- assets/tabulka.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/tabulka.css b/assets/tabulka.css index 596ac33..4a03d3a 100644 --- a/assets/tabulka.css +++ b/assets/tabulka.css @@ -11,7 +11,7 @@ h1 { table { width: 100%; border-collapse: collapse; - margin: 20px 0; + margin: 20px 0; font-family:serif; font-size: 18px; text-align: left; }