move border to home
This commit is contained in:
parent
df2636b0cb
commit
ae28c13a70
2 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
|||
|
||||
.features {
|
||||
grid-area: features;
|
||||
border-bottom: 1px solid rgba($black, 0.05);
|
||||
}
|
||||
|
||||
.intro,
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
.link-grid {
|
||||
align-content: center;
|
||||
border-bottom: 1px solid rgba($black, 0.05);
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Reference in a new issue