mirror of
https://github.com/Kyren223/website.git
synced 2026-07-10 06:29:31 +00:00
Trying to fix banana's issue
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user