Added pages
diff --git a/mCordPortal/src/sass/home.scss b/mCordPortal/src/sass/home.scss
index 8aa2531..bb9a4ec 100644
--- a/mCordPortal/src/sass/home.scss
+++ b/mCordPortal/src/sass/home.scss
@@ -11,11 +11,12 @@
     position: absolute;
     height: 100%;
     top: 0;
-    right: -$panel-width;
+    right: -($panel-width + 5);
     width: $panel-width;
     background-color: $background-color;
     background-image: url($background-image);
     transition: all .5s ease-in-out;
+    box-shadow: -10px 0px 20px -5px rgba(0,0,0,0.75);
 
     &.in{
       right: 0;