diff options
Diffstat (limited to 'wwwroot/css/styles.css')
-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; |