diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 7df4c0f..81525d0 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -82,7 +82,7 @@ const FooterLabeledSection = ({title, children}: { const Footer: NextPage = () => { return ( -
+
{/** yellow stripe */}
diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 4bdfd81..cfdae3d 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -16,9 +16,13 @@ interface Biography { const Biopgraphy = ({bodyName, name, title, body, img, position}: Biography) => { return ( -
-
- {`${name} +
+
+ {`${name} +
+

{name}

+

{title}

+
{bodyName} {body} @@ -67,20 +71,20 @@ const About: NextPage = () => {
{/** Small screens */} -
+

Meet the Team

{/** Large screens */} -
+

Meet the Team

-
+
{biographies.map((biography, index) => { return ( diff --git a/src/pages/index.tsx b/src/pages/index.tsx index f0f8bd0..747751a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -29,8 +29,8 @@ const Home: NextPage = () => {
-
+ }} className="grow min-h-[350px] w-full flex flex-col"> +

Welcome to the Resource Center for Auditory Training!

Looking for resource recommendations?

@@ -62,7 +62,7 @@ const Home: NextPage = () => {
-
+

Want to learn more?

diff --git a/src/pages/resources/[id].tsx b/src/pages/resources/[id].tsx index c0ebb00..76d7773 100644 --- a/src/pages/resources/[id].tsx +++ b/src/pages/resources/[id].tsx @@ -120,7 +120,7 @@ const ResourceViewPage = (props: InferGetStaticPropsType) return <>
-
+