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; }