added gaps on articles page
This commit is contained in:
parent
d7f4592106
commit
4a3e2ae4d9
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue