From 5c09ebfe5501e40c4b787a3404a4379516ab1042 Mon Sep 17 00:00:00 2001 From: iv8512 <82021077+iv8512@users.noreply.github.com> Date: Sat, 5 Oct 2024 02:32:43 +0300 Subject: [PATCH] Bigger font size --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 6224deb..d699ef2 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body { h1 { color: #FFFFFF; text-align: center; + font-size: 3em; } p { @@ -13,6 +14,7 @@ p { ol { color: rgb(141, 104, 11); + font-size: 1.5em; } /* links */