From e968216afae13e068896cf4392896134f8e3d808 Mon Sep 17 00:00:00 2001 From: eggy Date: Sun, 30 Jul 2017 16:54:08 +0200 Subject: [PATCH] Pagebody weiter nach oben --- theme/common.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/theme/common.css b/theme/common.css index 13d62ae..0d1c395 100644 --- a/theme/common.css +++ b/theme/common.css @@ -152,11 +152,8 @@ a:hover { text-decoration: underline; } } } -/* *************** */ -/* TODO: evtl breite anders berechnen, sieht auf 1366x768 ok aus, woanders evtl probleme */ - .page-body { - margin: 4px 0; +/* margin: 4px 0; */ } @@ -169,7 +166,7 @@ a:hover { text-decoration: underline; } @media only screen and (min-width: 680px) { .page-body { - margin: 4px 0; + /*margin: 4px 0; */ clear: both; float:right; /* margin-left: 160px; -- 2.39.2