From ba4a7ae149336208c147faa339062d41312b80ba Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 3 Jan 2015 05:52:08 +0100 Subject: [PATCH] fix CSS overflow on small screens --- public/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index edd6994..2c59889 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -115,7 +115,8 @@ h4 { .code .example-wrapper .preview, .code .preview-placeholder { display: none; - width: 100%; + left: 0; + right: 0; position: absolute; bottom: -240px; padding-top: 200px;