From bef7bfad876fb37f6e337a699174c499c43abf33 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 18 Sep 2025 01:41:42 -0400 Subject: Revamped project page; Switch to React; Updated pkgs --- src/styles/Page.css | 2 +- src/styles/cards.css | 2 ++ src/styles/index.css | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/Page.css b/src/styles/Page.css index 59aea44..64b28c7 100644 --- a/src/styles/Page.css +++ b/src/styles/Page.css @@ -41,4 +41,4 @@ h2.header-text { to { opacity: 0; } - } \ No newline at end of file + } diff --git a/src/styles/cards.css b/src/styles/cards.css index 12e5a3f..7376a54 100644 --- a/src/styles/cards.css +++ b/src/styles/cards.css @@ -1,4 +1,5 @@ .card h1 { + font-size: 1.5em; margin-top: 2px; margin-bottom: 2px; } @@ -14,6 +15,7 @@ .card { background-color: #3B513B; + drop-shadow(2px 3px 5px black); padding: 1.2em; border-radius: 20px; gap: 0.5em; diff --git a/src/styles/index.css b/src/styles/index.css index 0404e7c..f4e5191 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -50,6 +50,7 @@ } .box h1 { + font-size: 1.7em; margin-top: 0.2em; } -- cgit v1.2.3