From 695318b5116cacae8154426abefa8eba2be465de Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 29 Jan 2021 12:21:39 +0100 Subject: [PATCH] tuning the mobile stylesheet into the new grid situation --- mobile.css | 18 ++++++++++++------ stylesheet.css | 3 ++- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/mobile.css b/mobile.css index 2c7a25f..005d582 100644 --- a/mobile.css +++ b/mobile.css @@ -21,24 +21,30 @@ body{ width: 100% !important; } div#wrapping{ - width: 100% !important; + width: calc(100% - 0) !important; max-width: 100% !important; margin: 3em 0 !important; } +section#issues{ + display: block !important; + grid-template-columns: none !important; + grid-template-rows: none !important; + grid-auto-flow: unset !important; + width: calc(100% - 30px) !important; +} section#intro.endpoint, -section#info.endpoint, -section#credits{ +section#info.endpoint{ position: relative !important; width: calc(100% - 50px) !important; left: 0 !important; height: auto !important; - margin: 10px 20px 80px 30px !important; + margin-left: 30px !important; + margin-right: 20px !important; padding: 0 !important; font-size: 16px !important; line-height: 1.9 !important; hyphens: auto !important; } - body section#issues .issue[data-cycle="1"], body section#issues .issue[data-cycle="2"], body section#issues .issue[data-cycle="3"], @@ -48,7 +54,7 @@ body section#issues .issue[data-cycle="6"]{ margin-top: 0 !important; } section#issues .issue{ - width: 100% !important; + width: 100% !important; margin: 0 0 50px 0 !important; } section#issues .issue.future{ diff --git a/stylesheet.css b/stylesheet.css index 515ff64..1cba906 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -19,6 +19,8 @@ body{ min-width: 720px; + top: 0; + left: 0; margin: 0; padding: 0; background: @@ -130,7 +132,6 @@ section#info.endpoint{ left: calc(33.3% - 90px); margin: 0; padding: 0 15px; - border:0px solid black; font-family: monospace; font-size: 14px; line-height: 1.9;