Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
fix:Website responsive for small device (footer issue solved) (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
PushpakRaut authored Aug 27, 2023
1 parent 6625b00 commit 85d44c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Footer = () => {
return (
<footer className='bg-base-200 py-24 text-content' id='footer'>
<div className='layout flex flex-col gap-4'>
<div className='mx-auto grid w-full grid-cols-2 justify-between gap-4 py-4 md:grid-cols-4'>
<div className='mx-auto grid w-full grid-cols-2 justify-between gap-x-0 gap-y-4 py-4 sm:gap-x-4 md:grid-cols-4'>
<div>
<p className='h4 w-fit border-b-4 border-primary pb-1 text-gray-50'>
Organization
Expand Down

0 comments on commit 85d44c3

Please sign in to comment.