From 5a9f848f603771e05f615007d00186127414f4a2 Mon Sep 17 00:00:00 2001 From: benjamyn Date: Tue, 17 Jul 2018 08:44:56 +1000 Subject: [PATCH] been a while --- static/css/custom.css | 8 ++++++++ templates/index.html | 15 ++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 1293f2e..b1900bd 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -3,6 +3,11 @@ grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(100px, auto); } +@media screen and (max-width: 600px) { +.wrapper { + grid:unset; +} +} .tbottom { position:absolute; left:20px; @@ -10,3 +15,6 @@ height:30px; width:100%; } +.pcol { + background:#6441a4; +} diff --git a/templates/index.html b/templates/index.html index 7f8b193..f681f1d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,22 +8,23 @@ + - -