From 1753704eab87ab71e4e43c79aeea4d54641b671e Mon Sep 17 00:00:00 2001 From: JT Date: Wed, 23 Jul 2014 18:26:26 -0700 Subject: [PATCH] feature h2 - p mobile style --- website/source/stylesheets/_home.less | 20 ++++++++++++++++++++ website/source/stylesheets/main.css | 12 ++++++++++++ 2 files changed, 32 insertions(+) diff --git a/website/source/stylesheets/_home.less b/website/source/stylesheets/_home.less index 40e4139e0..09044c587 100755 --- a/website/source/stylesheets/_home.less +++ b/website/source/stylesheets/_home.less @@ -491,4 +491,24 @@ } } +@media (max-width: 320px) { + .feature{ + h2{ + text-align: center; + font-size: 28px !important; + line-height: 34px; + overflow: hidden; + } + p{ + text-align: center !important; + padding: 0 !important; + } + } + #demos{ + } + + #cta{ + } +} + diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index 7cb4ecd7a..42b164104 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -1020,6 +1020,18 @@ body.page-home #footer { margin-bottom: 15px; } } +@media (max-width: 320px) { + .feature h2 { + text-align: center; + font-size: 28px !important; + line-height: 34px; + overflow: hidden; + } + .feature p { + text-align: center !important; + padding: 0 !important; + } +} .people { margin-top: 30px; }