Improve mobile view

This commit is contained in:
2026-04-20 01:54:39 +02:00
parent e86c12663f
commit c3f6613d76
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -17,10 +17,6 @@ const { id, title, description } = Astro.props;
</section>
<style>
section {
padding: 2.75rem 0 2.25rem;
}
h4 {
color: var(--fg-muted);
font-size: 0.6875rem;
+1
View File
@@ -118,6 +118,7 @@ const pubDateISO = pubDate.toISOString();
border-radius: 0.2rem;
font-size: 0.875em;
padding: 0.1rem 0.35rem;
word-break: break-all;
}
article :global(pre) {