fix inconsistencies in page layout, add swiss clock

This commit is contained in:
Andreas Wrede
2026-04-13 08:45:50 -04:00
parent 6bc8de192e
commit 80edfba0c0
7 changed files with 192 additions and 38 deletions
+1 -9
View File
@@ -3,15 +3,7 @@
{% include 'head.html' %}
<style>
html, body {
overflow: visible;
}
body {
margin: 20px;
background: #f5f5f5;
font-family: 'Segoe UI', system-ui, sans-serif;
}
html, body { overflow: visible; }
.container {
max-width: 900px;