Adds Introduction page

Simplified Introdction page

Spiced up home page more, style changes to code examples
This commit is contained in:
Adam Hollett
2016-03-15 19:36:27 -04:00
committed by Tetsuro
parent 4aacf3f9a1
commit 7fe3bfcb98
15 changed files with 127 additions and 91 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;
}