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

fix:Website responsive for small device (footer issue solved) #750

Merged
Merged
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
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