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 {
|
.features {
|
||||||
grid-area: features;
|
grid-area: features;
|
||||||
|
border-bottom: 1px solid rgba($black, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro,
|
.intro,
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue