From 57965c763f38db0b7f48cae40169e52274a936cb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 7 Jan 2024 22:20:55 -0500 Subject: Added specs; Modified CSS --- src/styles/index.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/index.css b/src/styles/index.css index fe388ca..5c05c0b 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -21,6 +21,15 @@ h2 { font-size: 2.5vh; } +ul { + padding-left: 20px; + font-size: 1.1em; +} + +p { + font-size: 1.1em; +} + .description { line-height: 0.4; } @@ -41,11 +50,13 @@ h2 { .information { display: flex; flex-direction: column; + flex-wrap: wrap; gap: 2vh; + padding: 30px 30px 30px 30px } .box { - padding: 1vw; + padding: 2px 10px 10px 25px; text-align: left; background: #3B513B; border-radius: 20px; -- cgit v1.2.3