Set up index.scss

This file is for index page styles. Start by offsetting the gutter so
the title bar doesn't obscure the first entry.
This commit is contained in:
lilia 2015-01-24 12:17:44 -10:00
parent bd86546cea
commit a2f5f734b3
4 changed files with 7 additions and 0 deletions

View file

3
stylesheets/index.scss Normal file
View file

@ -0,0 +1,3 @@
.gutter {
margin-top: 36px;
}

View file

@ -1,3 +1,6 @@
.gutter {
margin-top: 36px; }
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }

View file

@ -6,6 +6,7 @@
@import 'variables';
// Build the main view
@import 'index';
@import 'view/conversation';
// Not sure where something goes, or