Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Layout Alignment on About Page #692 #694

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ const About = () => {
return (
<div className="flex flex-col items-center h-screen">
<Navbar to="/" />
<div
className="flex flex-col px-8 mb-6 lg:justify-between xl:flex-row pt-10
lg:pt-32 max-w-2xl lg:max-w-6xl h-full text-gray-800 text-lg lg:text-xl w-full"
>
<div className="max-w-3xl space-y-4 mb-10 text-gray-600">
<div className="flex flex-col mb-6 lg:justify-between xl:flex-row pt-10 lg:pt-32 max-w-2xl lg:max-w-6xl h-full text-gray-800 text-lg lg:text-xl w-full">

<div className="max-w-2xl space-y-4 mb-10 text-gray-600">

<h1 className="text-3xl text-gray-700">{t('About')}</h1>
<p className="mb-6">
{t('The Igbo API is a multidialectal, audio-supported, open-to-contribute, Igbo-English dictionary API. '
Expand Down Expand Up @@ -85,10 +84,8 @@ const About = () => {
)}
</div>
</div>
<div
className="flex flex-col px-8 max-w-2xl lg:max-w-6xl
mb-10 lg:mb-24 h-full text-gray-800 text-lg lg:text-xl w-full"
>
<div className="flex flex-col mb-10 lg:mb-24 h-full text-gray-800 text-lg lg:text-xl w-full">

<h1 className="text-3xl text-gray-700">{t('Contact')}</h1>
<p className="mt-6 text-gray-600">
{t('Email')}
Expand Down