Compare commits

...

5 commits

Author SHA1 Message Date
1ad40e930b Merge branch 'master' into blog-content
Some checks failed
Deploy Astro Blog / build-and-deploy (push) Has been cancelled
2026-04-12 02:39:02 +03:00
56e8ad5b0d update font 2026-04-12 02:38:52 +03:00
d53ae919ff deploy 2026-04-12 02:27:27 +03:00
91c3ebb527 Merge branch 'master' into blog-content 2026-04-12 02:27:01 +03:00
b92817088c update padding in postitem 2026-04-12 02:26:38 +03:00
2 changed files with 4 additions and 4 deletions

View file

@ -31,8 +31,8 @@ const data = Astro.props;
list-style: none; list-style: none;
margin: 0 0 1rem 0; margin: 0 0 1rem 0;
padding-left: 0; padding-left: 0;
padding-bottom: 1.7rem; padding-bottom: 0.2rem;
padding-top: 1.7rem; padding-top: 0.2rem;
} }
.post-link { .post-link {
@ -56,8 +56,8 @@ const data = Astro.props;
.post-title { .post-title {
font-family: font-family:
sans-serif,
system-ui, system-ui,
sans-serif,
-apple-system, -apple-system,
BlinkMacSystemFont, BlinkMacSystemFont,
"Segoe UI", "Segoe UI",

View file

@ -2,5 +2,5 @@
name: 'CLovertaTheTrilobita' name: 'CLovertaTheTrilobita'
description: "This is Cloverta's blog" description: "This is Cloverta's blog"
url: "https://blog.cloverta.top" url: "https://blog.cloverta.top"
avatar: '/images/marisa.png' avatar: '/images/marisa.png'
--- ---