aboutsummaryrefslogtreecommitdiff
path: root/app/layout.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/layout.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/layout.js')
-rw-r--r--app/layout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout.js b/app/layout.js
index 20bcede..9043715 100644
--- a/app/layout.js
+++ b/app/layout.js
@@ -14,7 +14,7 @@ export default function RootLayout({ children }) {
return (
<html lang="en">
<body className={exo.className}>
- <div className="px-3 mx-15 py-0.5 font-medium space-x-3 text-right">
+ <div className="px-10 mx-15 py-0.5 font-medium space-x-3 text-right">
<a href="https://aircs.racing" className="transition duration-150 ease-out hover:ease-in md:hover:text-blue-500">aircs.racing ↗</a>
<a href="https://alee14.me" className="transition duration-150 ease-out hover:ease-in md:hover:text-blue-500">alee14.me ↗</a>
</div>