fix
This commit is contained in:
+4
-4
@@ -1382,7 +1382,7 @@ function PreferenceToggle({ checked, description, disabled = false, label, onCha
|
||||
|
||||
function PrivacyPage() {
|
||||
return (
|
||||
<section className="mx-auto max-w-4xl py-12">
|
||||
<section className="mx-auto max-w-4xl pb-12 pt-24 sm:pt-28">
|
||||
<div className="border-b border-border pb-6">
|
||||
<p className="text-sm font-semibold uppercase tracking-wide text-fury-cyan">
|
||||
Privacy notice
|
||||
@@ -1888,7 +1888,7 @@ function PixelMountains() {
|
||||
|
||||
function TeamsPage({ leaderboard, navigate, teams }) {
|
||||
return (
|
||||
<section className="space-y-6 pt-10 sm:pt-14">
|
||||
<section className="space-y-6 pt-24 sm:pt-28">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold">Team leaderboard</h1>
|
||||
<p className="mt-2 text-sm text-text-soft">
|
||||
@@ -2131,7 +2131,7 @@ function BattleResults({ games, status }) {
|
||||
|
||||
function BattleLogsPage({ live, matches }) {
|
||||
return (
|
||||
<section className="space-y-6 pt-10 sm:pt-14">
|
||||
<section className="space-y-6 pt-24 sm:pt-28">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold">Battle Logs</h1>
|
||||
<p className="mt-2 text-sm text-text-soft">
|
||||
@@ -2914,7 +2914,7 @@ function UptimePage({ uptime }) {
|
||||
const availability = history.length ? (onlineSamples / history.length) * 100 : 0
|
||||
|
||||
return (
|
||||
<section className="space-y-6">
|
||||
<section className="space-y-6 pt-24 sm:pt-28">
|
||||
<div className="rounded-lg border border-border bg-fury-white p-6 shadow-sm">
|
||||
<div className="flex flex-col gap-4 lg:flex-row lg:items-start lg:justify-between">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user