Skip to content

Commit

Permalink
feat: no flex-rows on medium screen - hide text (#77)
Browse files Browse the repository at this point in the history
Improve Logo Text Responsiveness
  • Loading branch information
claudio-OST authored Mar 16, 2024
1 parent 124d30b commit f60baec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/logo/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ export const Logo: FC<LogoProps> = ({ variant = 'primary', href }) => {
});

return (
<motion.a
href={href}
className="group flex flex-col gap-xs sm:items-center md:flex-row md:gap-s"
whileHover="hover">
<motion.a href={href} className="group flex gap-s sm:items-center" whileHover="hover">
<motion.svg
width="40"
height="40"
Expand Down

0 comments on commit f60baec

Please sign in to comment.