diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-02 14:40:46 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-02 14:40:46 +0300 |
commit | f7e2551399704cdd59126cf123a2acec0a7a957b (patch) | |
tree | 550157adbc6460fd2944d02af8a37fdeed1927de | |
parent | 0623c8a20881ea5d707101641a1cb8252f7fde5f (diff) |
Fix card shadows
-rw-r--r-- | wwwroot/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wwwroot/css/styles.css b/wwwroot/css/styles.css index 947f7a5..1bef8c8 100644 --- a/wwwroot/css/styles.css +++ b/wwwroot/css/styles.css @@ -4628,6 +4628,7 @@ textarea.form-control-lg { background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; + box-shadow: 10px 10px 5px rgba(0,0,0,0.2); } .card > hr { margin-right: 0; @@ -4655,7 +4656,6 @@ textarea.form-control-lg { .card-body { flex: 1 1 auto; padding: 1rem 1rem; - box-shadow: 0 4px 5px rgba(0,0,0,0.2); } .card-title { @@ -11611,7 +11611,7 @@ body { } .projects-section { - padding: 10rem 0; + padding: 2rem 0; } .projects-section .featured-text { padding: 2rem; |