move border to home

This commit is contained in:
Jeremy Kauffman 2018-09-25 12:51:21 -04:00
parent df2636b0cb
commit ae28c13a70
2 changed files with 1 additions and 1 deletions

View file

@ -63,6 +63,7 @@
.features { .features {
grid-area: features; grid-area: features;
border-bottom: 1px solid rgba($black, 0.05);
} }
.intro, .intro,

View file

@ -1,6 +1,5 @@
.link-grid { .link-grid {
align-content: center; align-content: center;
border-bottom: 1px solid rgba($black, 0.05);
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
list-style-type: none; list-style-type: none;