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:
@@ -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">
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user