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)
|
href=url)&attributes(attributes)
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-9
|
.col-md-8
|
||||||
if title
|
if title
|
||||||
.display-4.text-uppercase.font-weight-bold
|
.display-4.text-uppercase.font-weight-bold
|
||||||
=title
|
=title
|
||||||
@@ -24,7 +24,7 @@ mixin jumbotron(title, text, image, url)
|
|||||||
.jumbotron.text-white(style='background-image: url(' + image + ');')&attributes(attributes)
|
.jumbotron.text-white(style='background-image: url(' + image + ');')&attributes(attributes)
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-9
|
.col-md-6
|
||||||
if title
|
if title
|
||||||
.display-4.text-uppercase.font-weight-bold
|
.display-4.text-uppercase.font-weight-bold
|
||||||
=title
|
=title
|
||||||
|
Reference in New Issue
Block a user