Browse Source

tweeks footer style

Drew Hornbein 3 năm trước cách đây
mục cha
commit
8a570cf15d
1 tập tin đã thay đổi với 2 bổ sung6 xóa
  1. 2 6
      _sass/_layout.scss

+ 2 - 6
_sass/_layout.scss

@@ -106,13 +106,9 @@
  * Site footer
  */
 .site-footer {
-    border-top: 1px solid $grey-color-light;
     padding: $spacing-unit 0;
-}
-
-.footer-heading {
-    font-size: 18px;
-    margin-bottom: $spacing-unit / 2;
+    background: #fff;
+    box-shadow: inset 0px 2px 5px 0px $grey-color-light;
 }
 
 .contact-list,