From 0d5c4a1371d544f4790c3140fdf1b31454570f97 Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 13:48:28 -0800 Subject: [PATCH] size v3 --- style.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index ffdb380..410afa6 100644 --- a/style.css +++ b/style.css @@ -24,21 +24,21 @@ ul { h1 { margin-bottom: 2px; margin-top: 2px; - font-size: 3em; + font-size: 3.5em; color: #c6d0f5; text-align: center; } h2 { margin-top: 2px; margin-bottom: 2px; - font-size: 2.5em; + font-size: 3em; color: #c6d0f5; text-align: center; } h4 { margin-top: 2px; margin-bottom: 2px; - font-size: 1.75em; + font-size: 2.5em; color: #ef9f76; text-align: center; } @@ -52,14 +52,8 @@ footer { width: 80%; color: #c6d0f5 } -p { - font-size: 1.25em; - margin: 10px; - text-align: center; - color: #c6d0f5 -} li { - font-size: 1.25em; + font-size: 1.5em; text-align: center; list-style-type: none; color: #c6d0f5;