site
scripts to generate personal blog and git repositories
git clone https://9o.is/git/site.git
commit b188f5ff131d258f2fc08c7178ac2beed3773c63 parent ed6f4c0874ea018e96168448ac0190cdefa3768a Author: Jul <jul@9o.is> Date: Wed, 6 May 2026 15:33:57 +0800 increase margin between blog posts Diffstat:
| M | assets/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/style.css b/assets/style.css @@ -288,7 +288,7 @@ main ul > li { main.blog-posts { article { - margin: calc(4 * var(--spacing)) 0; + margin-bottom: calc(8 * var(--spacing)); h2 { display: inline;