Revamp the main layout

This commit is contained in:
Petko Bordjukov 2015-04-20 15:41:57 +03:00
parent 622343304c
commit 4e606894b5
2 changed files with 3 additions and 11 deletions

View File

@ -1,11 +1,3 @@
.content {
@extend .container-fluid;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
}
main {
@extend .container;
}

View File

@ -16,6 +16,6 @@ html
= csrf_meta_tags
body
= render partial: 'layouts/management/navigation'
div.content#page-wrapper
main
== yield
= javascript_include_tag "management/application"