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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@ deploy-site
|
||||
/assets/css/
|
||||
/vendor/
|
||||
/package-lock.json
|
||||
Gemfile.lock
|
||||
@@ -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"
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.page-main {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
margin: .75rem 0;
|
||||
|
||||
Reference in New Issue
Block a user