Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
fix footer section #208
  • Loading branch information
ScienHAC authored Nov 6, 2024
1 parent 3286714 commit c2247b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Footer = () => {
return (
<footer className="bg-black/10 text-slate-500 dark:text-slate-400 py-10">
<div className="container mx-auto px-4">
<div className="flex justify-between">
<div className="flex flex-col justify-between break-words md:flex-row">
<div className="flex ">

<img
Expand Down

0 comments on commit c2247b6

Please sign in to comment.