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 -8
View File
@@ -3,20 +3,13 @@
{% include 'head.html' %}
<style>
body {
margin: 20px;
background: #f5f5f5;
}
.container {
max-width: 1400px;
margin: 0 auto;
}
h1 {
color: #333;
margin-bottom: 10px;
}
h1 { color: #333; margin-bottom: 10px; font-size: 1.5em; }
.subtitle {
color: #666;