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 {