This commit is contained in:
Heidi
2026-05-16 11:30:22 +01:00
parent 29f06c5e0b
commit 222bd6fe97
+4 -4
View File
@@ -1382,7 +1382,7 @@ function PreferenceToggle({ checked, description, disabled = false, label, onCha
function PrivacyPage() { function PrivacyPage() {
return ( 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"> <div className="border-b border-border pb-6">
<p className="text-sm font-semibold uppercase tracking-wide text-fury-cyan"> <p className="text-sm font-semibold uppercase tracking-wide text-fury-cyan">
Privacy notice Privacy notice
@@ -1888,7 +1888,7 @@ function PixelMountains() {
function TeamsPage({ leaderboard, navigate, teams }) { function TeamsPage({ leaderboard, navigate, teams }) {
return ( return (
<section className="space-y-6 pt-10 sm:pt-14"> <section className="space-y-6 pt-24 sm:pt-28">
<div> <div>
<h1 className="text-3xl font-bold">Team leaderboard</h1> <h1 className="text-3xl font-bold">Team leaderboard</h1>
<p className="mt-2 text-sm text-text-soft"> <p className="mt-2 text-sm text-text-soft">
@@ -2131,7 +2131,7 @@ function BattleResults({ games, status }) {
function BattleLogsPage({ live, matches }) { function BattleLogsPage({ live, matches }) {
return ( return (
<section className="space-y-6 pt-10 sm:pt-14"> <section className="space-y-6 pt-24 sm:pt-28">
<div> <div>
<h1 className="text-3xl font-bold">Battle Logs</h1> <h1 className="text-3xl font-bold">Battle Logs</h1>
<p className="mt-2 text-sm text-text-soft"> <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 const availability = history.length ? (onlineSamples / history.length) * 100 : 0
return ( 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="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 className="flex flex-col gap-4 lg:flex-row lg:items-start lg:justify-between">
<div> <div>