Welcome page + project renaming leftovers

This commit is contained in:
NGPixel
2016-12-08 22:44:31 -05:00
parent 63f1ec30b4
commit ebddba0d2a
13 changed files with 96 additions and 55 deletions

View File

@@ -24,4 +24,5 @@ $primary: 'indigo';
@import './layout/_header';
//@import './layout/_content';
//@import './pages/_account';
//@import './pages/_account';
@import './pages/_welcome';

View File

@@ -0,0 +1,15 @@
.welcome {
text-align: center;
padding: 50px 0;
color: mc('grey', '700');
h1 {
margin-top: 15px;
}
h2 {
margin-top: 15px;
margin-bottom: 50px;
}
}