From b3b6c38753ce3216ad79afb85d220739ef006eb0 Mon Sep 17 00:00:00 2001 From: Travis Taylor Date: Wed, 11 Jun 2014 17:30:56 -0400 Subject: [PATCH] Fix white space on right side of website on mobile On the home page the try jQuery link extends off the right side of the page causing white space. See before: https://i.cloudup.com/vzCQyixCaX.PNG and after: https://i.cloudup.com/P1M-8dagZa.PNG --- themes/jquery.com/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/jquery.com/style.css b/themes/jquery.com/style.css index 25a4ddd1..70dc3ee9 100755 --- a/themes/jquery.com/style.css +++ b/themes/jquery.com/style.css @@ -122,6 +122,7 @@ a, width: 277px; text-indent: -9999px; display: block; + max-width: 100%; } @media only screen and (-webkit-device-pixel-ratio: 2) {