m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-13 07:33:48 -05:00

Fix more broken docs styles

This commit is contained in:
Sergio
2025-02-21 19:51:03 +02:00
parent 780d7a088d
commit 8d0da37e36
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ import Link from "next/link";
export default async function Home() { export default async function Home() {
return ( return (
<> <>
<div className="relative"> <div className="relative home">
<GridPattern /> <GridPattern />
<div className="px-4 pt-16 pb-8 sm:pt-24 lg:px-8"> <div className="px-4 pt-16 pb-8 sm:pt-24 lg:px-8">
<div className="flex w-full flex-col items-center justify-between"> <div className="flex w-full flex-col items-center justify-between">

View File

@@ -1,7 +1,7 @@
article { article:has(.home) {
padding-inline: 0 !important; padding-inline: 0;
padding-top: 0 !important; padding-top: 0;
padding-bottom: 0 !important; padding-bottom: 0;
} }
article div.x\:mt-16:last-child:empty { article div.x\:mt-16:last-child:empty {