From 74ed360be75f80073d13d778ef231a96bfa4c8af Mon Sep 17 00:00:00 2001 From: hyzen Date: Thu, 11 Jun 2026 23:32:00 +0530 Subject: [PATCH] Update: margin-top: 1.4rem for .comment-form --- changelog/_index.md | 2 +- docs/changelog/index.html | 8 ++++---- docs/css/custom.css | 2 +- static/css/custom.css | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog/_index.md b/changelog/_index.md index 8541421..f4c660b 100644 --- a/changelog/_index.md +++ b/changelog/_index.md @@ -3,7 +3,7 @@ title: "Changelog" --- [10-06-2026] -- ***Comments on blogpost.*** +- ***Comments on blogposts.*** [08-06-2026] - ***Email registration on the website.*** diff --git a/docs/changelog/index.html b/docs/changelog/index.html index 926ddff..af8fde8 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -1,19 +1,19 @@ Changelog | Freedoms4

Changelog

[10-06-2026]

[08-06-2026]

[07-06-2026]

[06-06-2026]

[05-06-2026]

[04-06-2026]

[14-04-2026]

\ No newline at end of file +Blog posts

Changelog

[10-06-2026]

[08-06-2026]

[07-06-2026]

[06-06-2026]

[05-06-2026]

[04-06-2026]

[14-04-2026]

\ No newline at end of file diff --git a/docs/css/custom.css b/docs/css/custom.css index 0b4ffe5..4f8018a 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -902,7 +902,7 @@ /* ── Comment form ── */ .comment-form { - margin-top: 2.04rem; + margin-top: 1.4rem; margin-bottom: 1.5rem; } diff --git a/static/css/custom.css b/static/css/custom.css index 0b4ffe5..4f8018a 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -902,7 +902,7 @@ /* ── Comment form ── */ .comment-form { - margin-top: 2.04rem; + margin-top: 1.4rem; margin-bottom: 1.5rem; }