update padding in postitem

This commit is contained in:
ClovertaTheTrilobita 2026-04-12 02:26:38 +03:00
parent 38c6090edc
commit b92817088c

View file

@ -31,8 +31,8 @@ const data = Astro.props;
list-style: none;
margin: 0 0 1rem 0;
padding-left: 0;
padding-bottom: 1.7rem;
padding-top: 1.7rem;
padding-bottom: 0.2rem;
padding-top: 0.2rem;
}
.post-link {