Remove margin above first item in release notes

This commit is contained in:
rubenwardy
2025-07-17 23:09:22 +01:00
parent 14d8ef6cb1
commit ae05c10e7c
2 changed files with 5 additions and 1 deletions

View File

@@ -96,4 +96,8 @@
.release-notes-body {
max-height: 20em;
overflow: hidden auto;
> *:first-child {
margin-top: 0;
}
}

View File

@@ -16,7 +16,7 @@
{%- endif %}
<link rel="stylesheet" type="text/css" href="/static/libs/bootstrap.min.css?v=4">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=57">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=58">
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
{% if noindex -%}