From 0540e04c77864186ce48193456634b897a11f5aa Mon Sep 17 00:00:00 2001
From: Jonas Kohl
Date: Fri, 6 Sep 2024 14:38:26 +0200
Subject: Add mobile version
---
navside.html | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
(limited to 'navside.html')
diff --git a/navside.html b/navside.html
index 0941293..d2c18b6 100644
--- a/navside.html
+++ b/navside.html
@@ -19,6 +19,21 @@
.nl4 { top: 126px; }
.nl5 { top: 166px; }
.nl6 { top: 206px; }
+ #vm {
+ position: absolute;
+ left: 4px;
+ top: 272px;
+ width: 112px;
+ padding: 4px 0;
+ font: 8pt Times, serif;
+ background: #362d25;
+ color: white;
+ border: 1px solid;
+ border-color: #53483d #0f0c0a #0f0c0a #53483d;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ }
-->
@@ -50,6 +68,8 @@
+
+