1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

page-main -> flex-fill

This commit is contained in:
codecalm
2018-07-19 21:08:37 +02:00
parent b38cc5334c
commit 36fc428b72
4 changed files with 6 additions and 8 deletions

1
.gitignore vendored
View File

@@ -15,3 +15,4 @@ deploy-site
/assets/css/
/vendor/
/package-lock.json
Gemfile.lock

View File

@@ -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"

View File

@@ -6,7 +6,7 @@ layout: base
{% include aside.html %}
{% endcomment %}
<div class="page-main">
<div class="flex-fill">
{% include header.html %}
<div class="my-3 my-md-5">

View File

@@ -15,9 +15,6 @@
}
}
.page-main {
flex: 1 1 auto;
}
.page-content {
margin: .75rem 0;