From 1e35b05f8fbd6c5c4c5f0d612dbd2fe12239484b Mon Sep 17 00:00:00 2001 From: Pad <145267541+PadjokeJ@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:28:10 +0100 Subject: [PATCH] small adjustements --- styles.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index f73abe4..e6d19c3 100644 --- a/styles.css +++ b/styles.css @@ -1,7 +1,6 @@ @media (min-aspect-ratio: 1/1) { body { - size: 1em; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; margin: 0; background: darkslategray; @@ -17,7 +16,7 @@ h1 { margin-bottom: 0; - font-size: 18px; + font-size: 25px; background: darkslategray; text-align: center; color:aliceblue @@ -62,7 +61,7 @@ { body { - size: 4em; + font-size: 4em; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; margin: 0; background: darkslategray; @@ -83,7 +82,7 @@ h1 { margin-bottom: 0; - font-size: 40px; + font-size: 80px; background: darkslategray; text-align: center; color:aliceblue @@ -92,7 +91,7 @@ img { border-radius: 20%; - width : 80%; + width : 50%; }