diff --git a/services/web/public/stylesheets/app/homepage.less b/services/web/public/stylesheets/app/homepage.less index 283ea7f65c..c2cb945017 100644 --- a/services/web/public/stylesheets/app/homepage.less +++ b/services/web/public/stylesheets/app/homepage.less @@ -104,10 +104,6 @@ } } -.content-alt-home { - background-color: #fcfcfc; -} - .pattern-container { background: url('/img/pattern-home.png') repeat #f1f1f1; border-top: 1px solid @gray-lightest; @@ -164,6 +160,7 @@ } .real-time-example-code { + border-radius: 3px; border-left: 42px solid @gray-lighter; background-color: white; padding: 12px; @@ -171,5 +168,5 @@ .highlight { color: @blue; } - box-shadow: 0 3px 3px rgba(0,0,0,.2); + box-shadow: 0 3px 5px rgba(0,0,0,.3); } diff --git a/services/web/public/stylesheets/components/card.less b/services/web/public/stylesheets/components/card.less index 979ac8f90a..993034c64d 100644 --- a/services/web/public/stylesheets/components/card.less +++ b/services/web/public/stylesheets/components/card.less @@ -6,7 +6,7 @@ padding: @line-height-computed; .page-header { margin: 0 0 1.5625rem; - h1 { + h1, h2, h3 { margin-top: 0; } }