mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: remove custom media query
This commit is contained in:
@@ -38,18 +38,18 @@ const description = '…';
|
|||||||
backLink="/haiku/"
|
backLink="/haiku/"
|
||||||
/>
|
/>
|
||||||
<div
|
<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">
|
<div class="grid h-full w-full items-center">
|
||||||
<Verse
|
<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}
|
{entry.data.de}
|
||||||
</Verse>
|
</Verse>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid h-full w-full items-center bg-[#d0cdc8] dark:bg-[#0e0d0c]">
|
<div class="grid h-full w-full items-center bg-[#d0cdc8] dark:bg-[#0e0d0c]">
|
||||||
<Verse
|
<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}
|
{entry.data.en}
|
||||||
</Verse>
|
</Verse>
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = {
|
|||||||
md: '768px',
|
md: '768px',
|
||||||
xl: '1280px',
|
xl: '1280px',
|
||||||
'3xl': '1800px',
|
'3xl': '1800px',
|
||||||
haiku: '25rem',
|
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
accent: '#e60510',
|
accent: '#e60510',
|
||||||
|
|||||||
Reference in New Issue
Block a user