Skip to content

Commit

Permalink
fix: mento-protocol#187, fixed footer overlay on social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
numdinkushi committed Jan 19, 2025
1 parent 4bc1219 commit 7d8b8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/nav/BottomGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import BackgroundTiles from 'src/images/background/background_tiles_light.png'

export function BottomGrid() {
return (
<div className="absolute bottom-0 z-10 transform -translate-x-1/2 left-1/2">
<div className="absolute bottom-[10%] z-10 transform -translate-x-1/2 left-1/2">
<div className="w-screen h-[201px] relative">
<Image
src={BackgroundTiles}
Expand Down
2 changes: 1 addition & 1 deletion src/components/nav/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { isStale } from 'src/utils/time'

export function Footer() {
return (
<div className="z-10 inline-flex justify-between w-full p-3 mt-10 sm:px-5 sm:py-7 pt-7">
<div className="z-10 inline-flex justify-between w-full p-3 sm:px-5 sm:py-7 pt-7">
<div className="inline-flex items-start justify-start gap-4">
<div className="p-2 justify-start items-start gap-2.5 flex">
<FooterIconLink to={links.twitter} imgSrc={Twitter} alt="Twitter" />
Expand Down

0 comments on commit 7d8b8e7

Please sign in to comment.