Page margins update (#50)

* padding top updated

* updated credits
This commit is contained in:
Owen Rees
2023-07-04 16:55:51 +02:00
committed by GitHub
parent 34f0c23526
commit 7cb8352bf4
2 changed files with 6 additions and 2 deletions
+6 -1
View File
@@ -6,7 +6,7 @@ export default function About() {
return (
<header className="mb-16 grid place-items-center bg-white dark:bg-gray-800">
<div className="h-full max-w-5xl bg-white px-4 pt-8 dark:bg-gray-800">
<div className="h-full max-w-5xl bg-white px-4 pt-8 lg:pt-16 dark:bg-gray-800">
<h2
className="mb-8 text-center text-4xl font-extrabold tracking-tight text-gray-900 dark:text-white"
data-test="header2"
@@ -35,6 +35,11 @@ export default function About() {
{t("thanksTitle")}
</h3>
<ul className="mb-4 text-center text-teal-600">
<li>
<Link href="https://github.com/timothyarmes" target="_blank">
timothyarmes
</Link>
</li>
<li>
<Link href="https://github.com/AlvaroNW" target="_blank">
AlvaroNW