aboutsummaryrefslogtreecommitdiff
path: root/app/travel-advisory
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-15 02:27:05 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-15 02:27:05 -0400
commit959996961284a2800004eca2205add8e7d4f40f2 (patch)
treebc02ae4091cf88eeb70613319f5426fd7d29dae8 /app/travel-advisory
parenta5db54aaf6cde7a88e35f24b624b99daa4c4623e (diff)
downloadalure-website-959996961284a2800004eca2205add8e7d4f40f2.tar.gz
alure-website-959996961284a2800004eca2205add8e7d4f40f2.tar.bz2
alure-website-959996961284a2800004eca2205add8e7d4f40f2.zip
Fixed more padding and fix mobile support on pages
Diffstat (limited to 'app/travel-advisory')
-rw-r--r--app/travel-advisory/page.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/travel-advisory/page.js b/app/travel-advisory/page.js
index 545a675..3ce0de0 100644
--- a/app/travel-advisory/page.js
+++ b/app/travel-advisory/page.js
@@ -2,36 +2,36 @@ export default function TravelAdvisory(){
return (
<main className="flex flex-col">
<div className="bg-center bg-no-repeat bg-[url('/jumbotron.webp')] bg-gray-700 bg-blend-multiply">
- <div className="px-4 mx-auto max-w-screen-xl text-left py-24 lg:py-10 space-y-3">
- <h1 className="font-medium text-2xl">Travel Advisory</h1>
+ <div className="sm:px-40 px-10 max-w-screen-xl text-left py-24 lg:py-10 space-y-3">
+ <h1 className="font-medium text-4xl">Travel Advisory</h1>
<h2 className="font-light text-lg">Information whether its safe to travel to other countries</h2>
</div>
</div>
<div>
- <h1 className="text-3xl p-5 px-20">Legend</h1>
+ <h1 className="p-5 sm:px-40 px-10 text-3xl">Legend</h1>
<ul>
- <li className="p-5 px-20 bg-green-950">
+ <li className="p-6 sm:px-40 px-10 bg-green-950">
<p className="font-medium text-lg">Take normal security precautions</p>
<p>Take similar precautions to those you would take in Alure Regions.</p>
</li>
- <li className="p-5 px-20 bg-yellow-700">
+ <li className="p-6 sm:px-40 px-10 bg-yellow-700">
<p className="font-medium text-lg">Exercise a high degree of caution</p>
<p>There are certain safety and security concerns or the situation could change quickly. Be very cautious at all times, monitor local media and follow the instructions of local authorities.</p>
<p><b className="font-semibold"> IMPORTANT:</b> The two levels below are official Government of Alure Regions Travel Advisories and are issued when the safety and security of Alurians travelling or living in the country or region may be at risk.</p>
</li>
- <li className="p-5 px-20 bg-orange-700">
+ <li className="p-6 sm:px-40 px-10 bg-orange-700">
<p className="font-medium text-lg">Avoid non-essential travel</p>
<p>Your safety and security could be at risk. You should think about your need to travel to this country, territory or region based on family or business requirements, knowledge of or familiarity with the region, and other factors. If you are already there, think about whether you really need to be there. If you do not need to be there, you should think about leaving.</p>
</li>
- <li className="p-5 px-20 bg-red-950">
+ <li className="p-6 sm:px-40 px-10 bg-red-950">
<p className="font-medium text-lg">Avoid all travel</p>
<p>You should not travel to this country, territory or region. Your personal safety and security are at great risk. If you are already there, you should think about leaving if it is safe to do so.</p>
</li>
</ul>
</div>
- <div className="px-20 py-3 bg-blue-800"><h2 className="font-medium text-lg">This page may be inaccurate at times, refer to the Minecraft General Announcements channel for the latest updates</h2></div>
+ <div className="sm:px-40 px-10 py-3 bg-blue-800"><h2 className="font-medium text-lg">This page may be inaccurate at times, refer to the Minecraft General Announcements channel for the latest updates</h2></div>
<div className="bg-center bg-no-repeat bg-[url('/regions/silicon-valley.webp')] bg-gray-600 bg-blend-multiply">
- <div className="px-10 mx-3 max-w-screen-xl text-left py-10 space-y-3">
+ <div className="sm:px-40 px-10 py-10 space-y-3 ">
<h1 className="font-medium text-5xl">Country name</h1>
<h2 className="text-lg">Take normal security precautions</h2>
<button className="bg-blue-600 px-4 py-2">Information</button>