Skip to content

Commit e724213

Browse files
committed
rm horizontal lines
1 parent 3f055f6 commit e724213

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_sass/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
.site-header {
55
border-top: 5px solid $brand-color;
6-
border-bottom: 1px solid $grey-color-light;
6+
border-bottom: none;
77
min-height: 56px;
88
background-color: $brand-color;
99

@@ -93,7 +93,7 @@
9393
* Site footer
9494
*/
9595
.site-footer {
96-
border-top: 1px solid $grey-color-light;
96+
border-top: none;
9797
padding: $spacing-unit 0;
9898
}
9999

0 commit comments

Comments
 (0)