Update to BS4 Alpha 5 and recompile
This commit is contained in:
parent
b15d7c8697
commit
7414bb0563
733
css/theme.css
733
css/theme.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -24,7 +24,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/holger1411/understrap",
|
"homepage": "https://github.com/holger1411/understrap",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^4.0.0-alpha.4",
|
"bootstrap": "^4.0.0-alpha.5",
|
||||||
"browser-sync": "^2.16.0",
|
"browser-sync": "^2.16.0",
|
||||||
"font-awesome": "^4.6.3",
|
"font-awesome": "^4.6.3",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)
|
* Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
|
||||||
* Copyright 2011-2015 Twitter, Inc.
|
* Copyright 2011-2016 The Bootstrap Authors
|
||||||
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Some basic padding for all wrappers
|
// Some basic padding for all wrappers
|
||||||
.wrapper {
|
.wrapper {
|
||||||
padding:$grid-gutter-width 0;
|
padding:$grid-gutter-width-base 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset hero wrapper padding to 0
|
// Reset hero wrapper padding to 0
|
||||||
|
|
Reference in New Issue