aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-09-18 01:41:42 -0400
committerAndrew Lee <andrew@alee14.me>2025-09-18 01:44:43 -0400
commitbef7bfad876fb37f6e337a699174c499c43abf33 (patch)
tree95c33a62791b8acd7e427cc504492368979c17b0 /src/styles
parent7889ea6ab03e922af1cb954d49913bb050cbec13 (diff)
downloadpersonal-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')
-rw-r--r--src/styles/Page.css2
-rw-r--r--src/styles/cards.css2
-rw-r--r--src/styles/index.css1
3 files changed, 4 insertions, 1 deletions
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;
}