Skip to content

Commit

Permalink
Style: Change to border instead of height
Browse files Browse the repository at this point in the history
  • Loading branch information
AntGa committed Feb 9, 2025
1 parent 83a9cb1 commit 932b975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import CombinedLogos from '../common/CombinedLogos';

export default function Footer() {
return (
<footer className="responsive-fullwidth text-base-conten flex flex-col items-center justify-center p-6">
<div className="mb-6 h-[0.1px] w-[90%] bg-white"></div>
<footer className="responsive-fullwidth flex flex-col items-center justify-center p-6">
<div className="mb-4 w-[90%] border-b border-white bg-white"></div>
<aside>
<CombinedLogos />
<div className="flex justify-center space-x-8 *:text-white">
Expand Down

0 comments on commit 932b975

Please sign in to comment.