From 69806d96a92c8fe49680ab10d3e09bdca2605bf0 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 27 Mar 2019 11:04:39 +0100 Subject: [PATCH] UI: Narrower column for text in jumbotron component. Leaves some room to see the image on the right. --- src/templates/mixins/components.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/mixins/components.pug b/src/templates/mixins/components.pug index 4413cc75..3ec25172 100644 --- a/src/templates/mixins/components.pug +++ b/src/templates/mixins/components.pug @@ -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