From 8080d5734b8cf31e2246e67bdf1183dd7a7c0297 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Sun, 18 Dec 2016 13:59:42 -0800 Subject: [PATCH] Add shadows --- src/Podsync/Views/Home/Index.cshtml | 4 ++-- src/Podsync/wwwroot/css/site.css | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/Podsync/Views/Home/Index.cshtml b/src/Podsync/Views/Home/Index.cshtml index 609d2e0..9ad187b 100644 --- a/src/Podsync/Views/Home/Index.cshtml +++ b/src/Podsync/Views/Home/Index.cshtml @@ -22,7 +22,7 @@
-
+
@@ -52,6 +52,6 @@ \ No newline at end of file diff --git a/src/Podsync/wwwroot/css/site.css b/src/Podsync/wwwroot/css/site.css index 29fbb9f..7a81e04 100644 --- a/src/Podsync/wwwroot/css/site.css +++ b/src/Podsync/wwwroot/css/site.css @@ -72,6 +72,11 @@ a { /* Main block + input */ +.shadow { + box-shadow: 0 12px 8px -6px #a79d87; + box-shadow: 0 12px 8px -6px rgba(167, 157, 135, 0.4); +} + .main { text-align: center; padding: 5em 2em 10em; @@ -173,7 +178,7 @@ a { .patreon { background: rgb(171, 163, 149); border: 1px rgb(240, 232, 214) solid; - bottom: 5em; + bottom: 6em; float: right; position: absolute; right: 2em;