diff options
Diffstat (limited to 'VegaData/wwwroot/index.html')
| -rw-r--r-- | VegaData/wwwroot/index.html | 32 |
1 files changed, 24 insertions, 8 deletions
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; |
