diff --git a/src/main/resources/static/semanticui/my.css b/src/main/resources/static/semanticui/my.css index 2ec4b7d..7f103b6 100644 --- a/src/main/resources/static/semanticui/my.css +++ b/src/main/resources/static/semanticui/my.css @@ -26,9 +26,14 @@ body { background-color: var(--bg-page) !important; color: var(--text-primary); position: sticky; top: 0; z-index: 999; + margin-top: 0 !important; + margin-bottom: 0 !important; box-shadow: 0 2px 6px rgba(0,0,0,.08); } +/* ── Page content spacing ─────────────────────────────────────────────────── */ +#container { margin-top: 1.5rem !important; } + /* ── Back-to-top button ───────────────────────────────────────────────────── */ #backToTop { position: fixed; diff --git a/src/main/resources/templates/comm/footer.ftl b/src/main/resources/templates/comm/footer.ftl index 1b4f1fc..a0687b0 100644 --- a/src/main/resources/templates/comm/footer.ftl +++ b/src/main/resources/templates/comm/footer.ftl @@ -7,8 +7,8 @@