Add some spacing between applications on portfolio index page

This commit is contained in:
Patrick Smith
2019-02-12 17:11:04 -05:00
parent d61a87d0c6
commit 70617f9f2d
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
@include block-list;
box-shadow: 0 4px 10px 0 rgba(193,193,193,0.5);
margin-bottom: 6 * $gap;
.icon-link {
margin: -$gap 0;
@@ -71,6 +72,7 @@
.separator {
border: 1px solid $color-gray-medium;
opacity: 0.75;
margin: 0 .5 * $gap;
}
}