Re-add our styles as sass

I haven't actually changed the content, just the extension and my
intention to start using SASS because it makes my development life
easier
This commit is contained in:
Eli Ribble 2016-06-09 09:56:33 -06:00
parent 9d2f0c5377
commit 04c796c18a
1 changed files with 9 additions and 0 deletions

9
styles/vanth.scss Normal file
View File

@ -0,0 +1,9 @@
.main-content {
position: relative;
top: 50px;
}
.navbar-nav .navbar-btn {
position: relative;
left: 20px;
}