diff --git a/app/views/shopping_shared/_about.html.haml b/app/views/shopping_shared/_about.html.haml index 1cd8f91c49..0e71125f65 100644 --- a/app/views/shopping_shared/_about.html.haml +++ b/app/views/shopping_shared/_about.html.haml @@ -1,9 +1,7 @@ .content#about{"ng-controller" => "AboutUsCtrl", bindonce: true} .row - .small-12.large-6.columns - %img.hero-img-small{"bo-src" => "CurrentHub.hub.promo_image"} - %p.small-text{"bo-html" => "CurrentHub.hub.long_description"} - .small-12.large-3.columns + .small-12.large-8.columns.panel + %img.hero-img-small{"bo-src" => "CurrentHub.hub.promo_image", "bo-if" => "CurrentHub.hub.promo_image"} + %p{"bo-html" => "CurrentHub.hub.long_description"} + .small-12.large-4.columns   - .small-12.large-3.columns - %img{"bo-src" => "CurrentHub.hub.logo", "bo-if" => "CurrentHub.hub.logo"}