From e88d51b153eb0ac8cdc4d51c193b334b1cbebcb5 Mon Sep 17 00:00:00 2001 From: lourenco <> Date: Mon, 1 Sep 2025 16:37:42 +0200 Subject: [PATCH] new post --- content/blog/hello-world.md | 15 --------------- themes/terminal/assets/css/main.css | 4 +++- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 content/blog/hello-world.md diff --git a/content/blog/hello-world.md b/content/blog/hello-world.md deleted file mode 100644 index d1b441e..0000000 --- a/content/blog/hello-world.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Hello World" -date: 2025-07-21T10:00:00Z -draft: false ---- - -Welcome to Excipio! This is a simple hello world post to get started. - -This post demonstrates the Terminal theme's clean, retro styling with: - -- Simple markdown rendering -- Code syntax highlighting -- Responsive design - -Feel free to explore and add more content! \ No newline at end of file diff --git a/themes/terminal/assets/css/main.css b/themes/terminal/assets/css/main.css index 9f4d3a7..ed3e69d 100644 --- a/themes/terminal/assets/css/main.css +++ b/themes/terminal/assets/css/main.css @@ -349,7 +349,9 @@ blockquote { border-top: 1px solid var(--accent); border-bottom: 1px solid var(--accent); margin: 0; - padding: 25px; + padding-top: 25px; + padding-right: 25px; + padding-left: 25px; } blockquote::before {