From fb642bb97fd4d825ad186ec3b104a3d0b0fd7da5 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Thu, 2 May 2013 13:51:26 +0100 Subject: [PATCH] break side scrolling tables out of the grid/parent containers :metal: --- site/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index 9834c012..bac1554a 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -820,5 +820,7 @@ code.option, code.flag, code.filter, code.output { @media (max-width: 768px){ .mobile-side-scroller { overflow-x: scroll; + margin: 0 -40px; + padding-left: 10px; } }