chore: remove custom media query

This commit is contained in:
Stefan Imhoff
2023-06-10 16:45:49 +02:00
parent e0f4dec9e2
commit 7acad66be9
2 changed files with 3 additions and 4 deletions

View File

@@ -38,18 +38,18 @@ const description = '…';
backLink="/haiku/"
/>
<div
class="haiku:grid-cols-[repeat(auto-fit,_minmax(25rem,_1fr)] col-span-full row-start-1 row-end-3 grid w-full grid-cols-[repeat(auto-fit,_minmax(15rem,_1fr))]"
class="min-[700px]:grid-cols-[repeat(auto-fit,_minmax(25rem,_1fr)] col-span-full row-start-1 row-end-3 grid w-full grid-cols-[repeat(auto-fit,_minmax(15rem,_1fr))]"
>
<div class="grid h-full w-full items-center">
<Verse
class="justify-center text-center text-3 font-black not-italic !leading-relaxed haiku:text-4"
class="justify-center text-center text-3 font-black not-italic !leading-relaxed min-[700px]:text-4"
>
{entry.data.de}
</Verse>
</div>
<div class="grid h-full w-full items-center bg-[#d0cdc8] dark:bg-[#0e0d0c]">
<Verse
class="justify-center text-center text-3 font-black not-italic !leading-relaxed haiku:text-4"
class="justify-center text-center text-3 font-black not-italic !leading-relaxed min-[700px]:text-4"
>
{entry.data.en}
</Verse>

View File

@@ -9,7 +9,6 @@ module.exports = {
md: '768px',
xl: '1280px',
'3xl': '1800px',
haiku: '25rem',
},
colors: {
accent: '#e60510',