From 0acf0b5815def3f5de283a584e20bf100b5c3ebc Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 31 Aug 2017 13:34:43 +0200 Subject: [PATCH] test scrolling codeboxen --- theme/common.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/theme/common.css b/theme/common.css index 57a3620..018a1b2 100644 --- a/theme/common.css +++ b/theme/common.css @@ -153,7 +153,10 @@ a:hover { text-decoration: underline; } } .page-body { -/* margin: 4px 0; */ + /* margin: 4px 0; */ + + /* evtl sorgt das fuer scrolling von codeboxen auf mobile ... mal sehn: */ + width:95%; } @@ -165,9 +168,9 @@ a:hover { text-decoration: underline; } } @media only screen and (min-width: 680px) { -.page-body { - margin: 10px 0; - /* clear: both; */ + .page-body { + margin: 10px 0; + /* clear: both; */ float:right; /* margin-left: 160px; margin-right: 16px; -- 2.39.2