web header contact details

This commit is contained in:
2026-08-05 07:13:59 +02:00
parent 560b38b6a3
commit 55a4721da1
2 changed files with 10 additions and 4 deletions
+8 -2
View File
@@ -27,6 +27,12 @@
padding: 2rem 1rem; padding: 2rem 1rem;
} }
h1 {
font-size: 1.5rem;
margin-bottom: 0.5rem;
color: #222;
}
.back-link { .back-link {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
@@ -44,7 +50,7 @@
.contact-card { .contact-card {
background: #fff; background: #fff;
border-radius: 8px; border-radius: 8px;
padding: 1.5rem; padding: 1rem 1.25rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.1); box-shadow: 0 1px 3px rgba(0,0,0,0.1);
} }
@@ -182,7 +188,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1 style="font-size:1.5rem;margin-bottom:0.5rem;color:#222"><a href="/" style="text-decoration:none;color:inherit;display:inline-flex;align-items:center;gap:0.4rem"><img src="/static/favicon.svg" alt="" style="height:1.5em;width:1.5em;vertical-align:middle">Kontakte</a></h1> <h1><a href="/" style="text-decoration:none;color:inherit;display:inline-flex;align-items:center;gap:0.4rem"><img src="/static/favicon.svg" alt="" style="height:1.5em;width:1.5em;vertical-align:middle">Kontakte</a></h1>
<a href="/search{% if search %}?search={{ search }}{% endif %}" class="back-link">← Zurück zur Liste</a> <a href="/search{% if search %}?search={{ search }}{% endif %}" class="back-link">← Zurück zur Liste</a>
<div class="contact-card"> <div class="contact-card">
+2 -2
View File
@@ -31,7 +31,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-bottom: 2rem; margin-bottom: 0.5rem;
} }
h1 { h1 {
@@ -64,7 +64,7 @@
.meta { .meta {
color: #666; color: #666;
font-size: 0.875rem; font-size: 0.875rem;
margin-bottom: 2rem; margin-bottom: 1.5rem;
} }
.dashboard-grid { .dashboard-grid {