Skip to content

Commit

Permalink
Merge pull request #380 from reedu-reengineering-education/fix/partne…
Browse files Browse the repository at this point in the history
…rLogos

removed floating footer section to be able to click links
  • Loading branch information
Thiemann96 authored Mar 20, 2024
2 parents c10bf79 + f231445 commit 1e1b7b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/[lng]/(main)/(sub)/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default function Page() {
return (
<>
<div className="relative h-[100vh] w-full ">
<div className="absolute bottom-0 z-20 h-1/4 w-full bg-gradient-to-b " />
<AnimatedMap />
</div>
<div className="z-20 mx-auto my-6 flex-1 -translate-y-[95vh] p-10 ">
Expand Down

0 comments on commit 1e1b7b5

Please sign in to comment.