UI: Narrower column for text in jumbotron component.
Leaves some room to see the image on the right.
This commit is contained in:
parent
4977829da7
commit
69806d96a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user