UI: Narrower column for text in jumbotron component.

Leaves some room to see the image on the right.
This commit is contained in:
Pablo Vazquez 2019-03-27 11:04:39 +01:00
parent 4977829da7
commit 69806d96a9

View File

@ -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