Revert "Use jekyll-assets"

This reverts commit 9062937951.
This commit is contained in:
Florian Weingarten
2016-03-18 21:54:29 +00:00
parent aa8df89b20
commit bc7bc46ffd
64 changed files with 6 additions and 83 deletions
+20
View File
@@ -0,0 +1,20 @@
.home-users-grid {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: $spacing-unit / 2;
}
.home-users-grid__item{
flex: 1;
margin-right: $spacing-unit / 2;
max-width: 50%;
&:last-child {
margin-right: 0;
}
}
.home-users-blurb {
text-align: right;
}