From 046911d82e4e002e03062491c633873220656354 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 29 Jul 2024 22:57:35 +0200 Subject: [PATCH] Fix clipped in the bottom heading text on mobile devices. Also correct spacing in between of children elements. --- app/(root)/changelogs/[slug]/page.tsx | 4 ++-- app/(root)/changelogs/page.tsx | 6 +++--- app/(root)/contribute/page.tsx | 4 ++-- app/(root)/downloads/page.tsx | 4 ++-- app/(root)/mods/page.tsx | 4 ++-- app/(root)/privacy-policy/page.tsx | 4 ++-- app/(root)/tos/page.tsx | 4 ++-- app/(root)/vulnerabilities/page.tsx | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/app/(root)/changelogs/[slug]/page.tsx b/app/(root)/changelogs/[slug]/page.tsx index e6a8436..f420fb7 100644 --- a/app/(root)/changelogs/[slug]/page.tsx +++ b/app/(root)/changelogs/[slug]/page.tsx @@ -72,8 +72,8 @@ const Page = ({ params }: { params: { slug: string } }) => { return ( <> -
-

+
+

{page.title}

diff --git a/app/(root)/changelogs/page.tsx b/app/(root)/changelogs/page.tsx index 6ed4172..3bca07d 100644 --- a/app/(root)/changelogs/page.tsx +++ b/app/(root)/changelogs/page.tsx @@ -52,9 +52,9 @@ const LogsPage: React.FC = () => { return (
-

+

Server LOGS

@@ -65,7 +65,7 @@ const LogsPage: React.FC = () => { {reversedDownloads.map((download) => (

{download.version}

{download.date} diff --git a/app/(root)/contribute/page.tsx b/app/(root)/contribute/page.tsx index 9a846cc..efdaedd 100644 --- a/app/(root)/contribute/page.tsx +++ b/app/(root)/contribute/page.tsx @@ -10,9 +10,9 @@ const Contribute = () => { return (
-

+

Contributing to SVR.JS

diff --git a/app/(root)/downloads/page.tsx b/app/(root)/downloads/page.tsx index 0726796..6c4b150 100644 --- a/app/(root)/downloads/page.tsx +++ b/app/(root)/downloads/page.tsx @@ -56,9 +56,9 @@ const DownloadPage: React.FC = () => { return (

-

+

Downloads

diff --git a/app/(root)/mods/page.tsx b/app/(root)/mods/page.tsx index 67c0ffb..b9c3b84 100644 --- a/app/(root)/mods/page.tsx +++ b/app/(root)/mods/page.tsx @@ -56,9 +56,9 @@ const ModsPage: React.FC = () => { return (

-

+

SvrJS Mods

diff --git a/app/(root)/privacy-policy/page.tsx b/app/(root)/privacy-policy/page.tsx index caa5c48..6574239 100644 --- a/app/(root)/privacy-policy/page.tsx +++ b/app/(root)/privacy-policy/page.tsx @@ -12,9 +12,9 @@ const PrivacyPolicy = () => { return (

-

+

Privacy Policy

diff --git a/app/(root)/tos/page.tsx b/app/(root)/tos/page.tsx index 4013bc8..e5aa530 100644 --- a/app/(root)/tos/page.tsx +++ b/app/(root)/tos/page.tsx @@ -10,9 +10,9 @@ const TermsOfService = () => { return (

-

+

Terms and Conditions

diff --git a/app/(root)/vulnerabilities/page.tsx b/app/(root)/vulnerabilities/page.tsx index 930d3f2..31fd084 100644 --- a/app/(root)/vulnerabilities/page.tsx +++ b/app/(root)/vulnerabilities/page.tsx @@ -10,9 +10,9 @@ const Vulnerabilities = () => { return (

-

+

SVR.JS Vulnerabilities