Blog: fixes and tweaks
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
@import "../../node_modules/bootstrap/scss/nav"
|
||||
@import "../../node_modules/bootstrap/scss/navbar"
|
||||
|
||||
@import "../../node_modules/bootstrap/scss/card"
|
||||
@import "../../node_modules/bootstrap/scss/jumbotron"
|
||||
@import "../../node_modules/bootstrap/scss/media"
|
||||
@import "../../node_modules/bootstrap/scss/close"
|
||||
@@ -34,6 +35,7 @@
|
||||
@import "apps_base"
|
||||
@import "components/base"
|
||||
|
||||
@import "components/card"
|
||||
@import "components/jumbotron"
|
||||
@import "components/navbar"
|
||||
@import "components/dropdown"
|
||||
|
@@ -1,7 +1,9 @@
|
||||
// Mainly overrides bootstrap jumbotron settings
|
||||
.jumbotron
|
||||
@extend .d-flex
|
||||
@extend .mb-0
|
||||
@extend .rounded-0
|
||||
background-size: cover
|
||||
border-radius: 0
|
||||
margin-bottom: 0
|
||||
padding-top: 10em
|
||||
padding-bottom: 10em
|
||||
|
Reference in New Issue
Block a user