aboutsummaryrefslogtreecommitdiff
path: root/src/styles/cards.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/cards.css')
-rw-r--r--src/styles/cards.css2
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;