mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-08-08 09:41:59 +00:00
reorganize styles to global css file
This commit is contained in:
@@ -4,7 +4,6 @@ import RulesContent from "@/components/RulesContent";
|
||||
import RulesLastChanged from "@/components/RulesLastChanged";
|
||||
import Link from "next/link";
|
||||
import { getTranslations, setRequestLocale } from "next-intl/server";
|
||||
import '../style.css';
|
||||
|
||||
const sectionKeys = [
|
||||
{ id: "intro", labelKey: "lolpage.nav.intro" },
|
||||
@@ -30,9 +29,9 @@ export default async function LoLTournament({
|
||||
}));
|
||||
|
||||
return (
|
||||
<div className="bg-[#0E0F19] min-h-screen pt-16 md:pt-20">
|
||||
<div className=" bg-[#0E0F19] min-h-screen pt-16 md:pt-20">
|
||||
<div className="max-w-480 mx-auto px-4 sm:px-6 md:px-12 lg:px-64 py-10 md:py-20">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-[1fr_300px] gap-8 lg:gap-30">
|
||||
<div className="tournament-page-scope grid grid-cols-1 lg:grid-cols-[1fr_300px] gap-8 lg:gap-30">
|
||||
{/* Main content */}
|
||||
<div>
|
||||
{/* Header */}
|
||||
|
||||
Reference in New Issue
Block a user