mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-12 23:23: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() {
|
||||
return (
|
||||
<>
|
||||
<div className="relative">
|
||||
<div className="relative home">
|
||||
<GridPattern />
|
||||
<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">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
article {
|
||||
padding-inline: 0 !important;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
article:has(.home) {
|
||||
padding-inline: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
article div.x\:mt-16:last-child:empty {
|
||||
|
||||
Reference in New Issue
Block a user