Trying to fix banana's issue

This commit is contained in:
2025-01-03 15:57:41 +02:00
parent 5e6cf18108
commit 8cf740af64

View File

@@ -19,7 +19,7 @@ interface Props {
const { title, description, date, href, header } = Astro.props;
---
<TerminalBorder header={header} footer={formatDate(date)} extra="mb-[5vw] sm:mb-[2vw]">
<TerminalBorder header={header} footer={formatDate(date)} extra="mr-[0.1vw] sm:mr-0 mb-[5vw] sm:mb-[2vw]">
<span class="cursor-pointer group block w-full">
{
href ? (