Skip to content

Commit

Permalink
page-main -> flex-fill
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jul 19, 2018
1 parent b38cc53 commit 36fc428
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ deploy-site
/assets/css/
/vendor/
/package-lock.json
Gemfile.lock
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"url": "https://github.com/tabler/tabler/issues"
},
"devDependencies": {
"bootstrap": "^4.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-rename": "^1.3.0",
"gulp-rtlcss": "^1.2.0",
"gulp-sass": "^4.0.1",
"bootstrap": "^4.1.0",
"npm-run-all": "^4.1.2"
"npm-run-all": "^4.1.3"
},
"dependencies": {
"opencollective": "^1.0.3"
Expand All @@ -67,4 +67,4 @@
"type": "opencollective",
"url": "https://opencollective.com/tabler"
}
}
}
2 changes: 1 addition & 1 deletion src/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% include aside.html %}
{% endcomment %}

<div class="page-main">
<div class="flex-fill">
{% include header.html %}

<div class="my-3 my-md-5">
Expand Down
3 changes: 0 additions & 3 deletions src/assets/scss/dashboard/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
}
}

.page-main {
flex: 1 1 auto;
}

.page-content {
margin: .75rem 0;
Expand Down

0 comments on commit 36fc428

Please sign in to comment.