From 58fa1d5b2246184d4abddd6ee35f0c7924937452 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Wed, 29 Jan 2020 12:04:44 +1100 Subject: [PATCH] fixed bad html --- static/css/main.css | 6 ++++++ templates/mobile.html | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 1d7960c..f9bad10 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -40,3 +40,9 @@ body { color: azure; } +#admin { + position: fixed; + top: 2px; + right: 2px; + padding-left: 10px; +} \ No newline at end of file diff --git a/templates/mobile.html b/templates/mobile.html index ea8f0bb..01f7a59 100644 --- a/templates/mobile.html +++ b/templates/mobile.html @@ -15,6 +15,14 @@ +
+ + +
+