diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-09-18 01:41:42 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-09-18 01:44:43 -0400 |
| commit | bef7bfad876fb37f6e337a699174c499c43abf33 (patch) | |
| tree | 95c33a62791b8acd7e427cc504492368979c17b0 /src/styles/cards.css | |
| parent | 7889ea6ab03e922af1cb954d49913bb050cbec13 (diff) | |
| download | personal-website-bef7bfad876fb37f6e337a699174c499c43abf33.tar.gz personal-website-bef7bfad876fb37f6e337a699174c499c43abf33.tar.bz2 personal-website-bef7bfad876fb37f6e337a699174c499c43abf33.zip | |
Revamped project page; Switch to React; Updated pkgs
Diffstat (limited to 'src/styles/cards.css')
| -rw-r--r-- | src/styles/cards.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
