aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-04-03 01:21:42 -0400
committerThedro Neely <thedroneely@gmail.com>2019-04-03 01:21:42 -0400
commitc286a8236ebdc37bf94d06ba1e85524ec6b1a81c (patch)
tree998e441d32fa63b698bafb9b2c00b7e36f9e2d72
parent488b85a950b4ab2ad58748e91b85525c4b6fe76c (diff)
downloadedwinmattiacci.com-c286a8236ebdc37bf94d06ba1e85524ec6b1a81c.tar.gz
edwinmattiacci.com-c286a8236ebdc37bf94d06ba1e85524ec6b1a81c.tar.bz2
edwinmattiacci.com-c286a8236ebdc37bf94d06ba1e85524ec6b1a81c.zip
views/partials/header: Add shadows to container edges
-rw-r--r--views/partials/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/header.php b/views/partials/header.php
index fba8d91..0a69acd 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -29,7 +29,7 @@
<a href="/" class="w-24 min-h-full hidden md:block logo-container border-r"></a>
- <div class="flex flex-col xl:flex-row min-h-screen w-screen">
+ <div class="flex flex-col xl:flex-row min-h-screen w-screen shadow-lg">
<div class="w-full max-h-full xl:h-full xl:w-2/5 z-10 xl:shadow-lg splash-container"></div>