add new logic contentgrid

This commit is contained in:
Profile Profile
2026-03-08 23:57:41 +03:00
parent c9ed7c8fcc
commit 9fe0b453e6
10 changed files with 335 additions and 234 deletions

View File

@@ -90,7 +90,7 @@ const { post, pageInfo } = Astro.props;
<style>
.article-wrapper {
position: relative;
max-width: 75%;
max-width: 90%;
padding-bottom: 2rem;
}