UI: Narrower column for text in jumbotron component.
Leaves some room to see the image on the right.
This commit is contained in:
@@ -11,7 +11,7 @@ mixin jumbotron(title, text, image, url)
|
||||
href=url)&attributes(attributes)
|
||||
.container
|
||||
.row
|
||||
.col-md-9
|
||||
.col-md-8
|
||||
if title
|
||||
.display-4.text-uppercase.font-weight-bold
|
||||
=title
|
||||
@@ -24,7 +24,7 @@ mixin jumbotron(title, text, image, url)
|
||||
.jumbotron.text-white(style='background-image: url(' + image + ');')&attributes(attributes)
|
||||
.container
|
||||
.row
|
||||
.col-md-9
|
||||
.col-md-6
|
||||
if title
|
||||
.display-4.text-uppercase.font-weight-bold
|
||||
=title
|
||||
|
Reference in New Issue
Block a user