pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 052b14164ebcf053da8ea4b176ed559a85b665c6
parent 40a8afea66ca8defd9a25dad49ed7277bb0dd45e
Author: Jul <jul@9o.is>
Date:   Tue, 24 Jun 2014 07:23:10 -0400

jumbotron index.html css edits

Diffstat:
Msrc/main/webapp/less/pages/index.less | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/less/pages/index.less b/src/main/webapp/less/pages/index.less @@ -82,6 +82,15 @@ .jumbotron { background: transparent; + + @media(max-width: @screen-sm) { + padding-left: @jumbotron-padding + 10; + padding-right: @jumbotron-padding + 10; + + p { + font-size: @jumbotron-font-size / 1.2; + } + } } .bitcoin-bg {