diff --git a/assets/css/app/home.scss b/assets/css/app/home.scss index c76543b0a4..7b4b4a3df6 100644 --- a/assets/css/app/home.scss +++ b/assets/css/app/home.scss @@ -893,3 +893,25 @@ div#connect { .item.san19_banner img { height: 130px; } +#flow_wrapper { + .row.testimonial_row { + background-color: #d1d1d1; + } + .row.engineering_row { + background-color:#666666; + h2 { + color: white; + } + #engineering_homepage_slider { + .item { + img.lazyloaded { + height: 120px; + } + } + h3 { + font-size: 18px; + text-align: center; + } + } + } +} diff --git a/assets/css/app/overrides.scss b/assets/css/app/overrides.scss index 464a310e09..f1a8541d1f 100644 --- a/assets/css/app/overrides.scss +++ b/assets/css/app/overrides.scss @@ -33,7 +33,7 @@ $font-family-sans-serif: 'Lato', Arial, sans-serif !default; $breadcrumb-background-color: #333333 !default; $blog-panel-title-colour: #fff; // Jumbotron Settings -$jumbotron-height: 500px; +$jumbotron-height: 500px !default; $overlay: 0.5; $jumbotron-font-size-xs: 26px; $jumbotron-font-size: 32px;