From bdbab5be9e65ce52ef1560008c6eb829c51ff8ee Mon Sep 17 00:00:00 2001
From: Felix Albrigtsen
Date: Tue, 28 Sep 2021 00:48:27 +0200
Subject: [PATCH] Mobile friendly styling
---
www/css/style.css | 8 ++++++++
www/paamelding/index.php | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/www/css/style.css b/www/css/style.css
index 33f2541..7cf7d71 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -163,6 +163,11 @@ nav #usermenu li:first-child:hover {
.doorIndicator_CLOSED { border: 2px dotted red; }
.doorStateMobileOnly { display: none; }
+#mazeMapper {
+ width: 90%;
+ height: 60vh;
+}
+
@media(max-width: 800px){
nav #menu, nav #menu li.active, nav #menu_toggle, nav #login {
position: absolute;
@@ -239,6 +244,9 @@ nav #usermenu li:first-child:hover {
.doorStateMobileOnly {
display: inline;
}
+ #mazeMapper {
+ width: 100%;
+ }
}
body {
diff --git a/www/paamelding/index.php b/www/paamelding/index.php
index 58bed6d..e4e43d3 100644
--- a/www/paamelding/index.php
+++ b/www/paamelding/index.php
@@ -31,7 +31,7 @@ if (isset($_GET['code'])) {
-
+
Registreringsverkstedet
@@ -74,7 +74,7 @@ if (isset($_GET['code'])) {
For å aktivere din brukerkonto på PVV, må du alikevell møte opp på
lokalene våre slik at vi kan få satt ditt passord.
-
+