aboutsummaryrefslogtreecommitdiff
path: root/app/page.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-15 00:27:30 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-15 00:39:54 -0400
commita5db54aaf6cde7a88e35f24b624b99daa4c4623e (patch)
tree09ed80f308b26f87e5df92ff5b8a4f61ab7b62fe /app/page.js
parent49d55f80b39ab51fd4d42a3f7914668fc3469aa9 (diff)
downloadalure-website-a5db54aaf6cde7a88e35f24b624b99daa4c4623e.tar.gz
alure-website-a5db54aaf6cde7a88e35f24b624b99daa4c4623e.tar.bz2
alure-website-a5db54aaf6cde7a88e35f24b624b99daa4c4623e.zip
Make the padding look better
Diffstat (limited to 'app/page.js')
-rw-r--r--app/page.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/page.js b/app/page.js
index 2e4bd14..bcc0f4a 100644
--- a/app/page.js
+++ b/app/page.js
@@ -10,7 +10,7 @@ export default function Home() {
<ul>
<li>
<div className="bg-center bg-no-repeat bg-[url('/regions/alee-isle.webp')] bg-gray-600 bg-blend-multiply">
- <div className="px-4 mx-3 max-w-screen-xl text-left py-10 space-y-2">
+ <div className="px-20 py-10 space-y-2">
<h1 className="font-medium text-5xl">Alee Isle</h1>
<span>Est. 2017 - Premier: Alee</span>
<h2 className="text-lg">Capital of Alure Regions and the original home of MinePot</h2>
@@ -19,7 +19,7 @@ export default function Home() {
</li>
<li>
<div className="bg-center bg-no-repeat bg-[url('/regions/breadcroust.webp')] bg-gray-600 bg-blend-multiply">
- <div className="px-4 mx-3 max-w-screen-xl text-left py-10 space-y-2">
+ <div className="px-20 py-10 space-y-2">
<h1 className="font-medium text-5xl">BreadCroust</h1>
<span>Est. 2018 - Premier: Croust</span>
<h2 className="text-lg">Home to MinePot Barton Centre</h2>
@@ -28,7 +28,7 @@ export default function Home() {
</li>
<li>
<div className="bg-center bg-no-repeat bg-[url('/regions/skycity.webp')] bg-gray-600 bg-blend-multiply">
- <div className="px-4 mx-3 max-w-screen-xl text-left py-10 space-y-2">
+ <div className="px-20 py-10 space-y-2">
<h1 className="font-medium text-5xl">SkyCity</h1>
<span>Est. 2018 - Premier: Rahilu</span>
<h2 className="text-lg">A city that floats in the sky</h2>
@@ -37,7 +37,7 @@ export default function Home() {
</li>
<li>
<div className="bg-center bg-no-repeat bg-[url('/regions/silicon-valley.webp')] bg-gray-600 bg-blend-multiply">
- <div className="px-4 mx-3 max-w-screen-xl text-left py-10 space-y-2">
+ <div className="px-20 py-10 space-y-2">
<h1 className="font-medium text-5xl">Silicon Valley</h1>
<span>Est. 2018 - Premier: Inkydink</span>
<h2 className="text-lg">Where all tech-related things goes here</h2>
@@ -45,7 +45,7 @@ export default function Home() {
</div>
</li>
</ul>
- <div className="px-3 py-3">
+ <div className="px-20 py-3">
<h1 className="text-2xl font-medium">About Alure Regions</h1>
<p>Founded in July 2023, the goal of Alure Regions is to have more freedom on our regions.</p>
</div>