diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/Page.css | 2 | ||||
| -rw-r--r-- | src/styles/cards.css | 2 | ||||
| -rw-r--r-- | src/styles/index.css | 1 |
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; } |
