From c6ce15e435189c970e6b5e7916d173867a29ab0d Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Thu, 2 May 2013 14:16:19 +0100 Subject: [PATCH] notes, warnings etc should break out rightwards too, come to think of it --- site/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index 2395ddd6..761938cd 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -716,6 +716,12 @@ code.option, code.flag, code.filter, code.output { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 ); } +@media (max-width: 568px){ + .note { + margin-right: -30px; + } +} + @media (min-width: 768px){ .note { margin-left: -50px;