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:
parent
9d2f0c5377
commit
04c796c18a
|
@ -0,0 +1,9 @@
|
|||
.main-content {
|
||||
position: relative;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.navbar-nav .navbar-btn {
|
||||
position: relative;
|
||||
left: 20px;
|
||||
}
|
Loading…
Reference in New Issue