From 45ebad11572c00dbc941ef916d4866405e3921bd Mon Sep 17 00:00:00 2001 From: ivar Date: Wed, 8 Oct 2025 11:24:09 +0200 Subject: n --- VegaData/wwwroot/index.html | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) (limited to 'VegaData/wwwroot/index.html') diff --git a/VegaData/wwwroot/index.html b/VegaData/wwwroot/index.html index 30056ce..235c5ac 100644 --- a/VegaData/wwwroot/index.html +++ b/VegaData/wwwroot/index.html @@ -67,6 +67,10 @@ overflow-x: auto; } + #times { + padding-left: 15px; + } + main { padding-inline: 10px; } @@ -76,15 +80,23 @@ width: 100%; .title { - width: 100%; - display: inline-block; - font-size: 3rem; - font-weight: 600; position: sticky; top: 0; - overflow-wrap: break-word; - hyphens: manual; - background: beige; + width: 100%; + display: flex; + align-items: baseline; + justify-content: space-between; + background: bisque; + padding-inline: 3px; + padding-bottom: 5px; + + h2 { + font-weight: 600; + overflow-wrap: break-word; + hyphens: manual; + margin-top: 0; + margin-bottom: 0; + } } } @@ -94,7 +106,11 @@ text-decoration: none; font-weight: 400; margin-bottom: 15px; - border-bottom: 2px dotted dodgerblue; + + .date::first-letter { + border-left: 2px solid gold; + padding-left: 2px; + } div { display: flex; -- cgit v1.3