added gaps on articles page

This commit is contained in:
Noah Swerhun 2023-09-09 23:28:07 -05:00
parent d7f4592106
commit 4a3e2ae4d9
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ const ArtsForDocs = () => {
txt_color="text-primary-100" txt_color="text-primary-100"
id="artsfordocs" id="artsfordocs"
> >
<div className="flex flex-col items-center justify-around md:flex-row"> <div className="flex flex-col items-center justify-around gap-6 md:flex-row">
<div className="basis-2/5"> <div className="basis-2/5">
<h1>For Doctors</h1> <h1>For Doctors</h1>
<div className="flex flex-col md:flex-row"> <div className="flex flex-col md:flex-row">

View file

@ -12,7 +12,7 @@ const ArtsForPatients = () => {
txt_color="text-primary-500" txt_color="text-primary-500"
id="artsforpatients" id="artsforpatients"
> >
<div className="flex flex-col items-center justify-around md:flex-row"> <div className="flex flex-col items-center justify-around gap-6 md:flex-row">
<div className="basis-2/5"> <div className="basis-2/5">
<Image <Image
src={doctorBack} src={doctorBack}