Skip to content

Commit

Permalink
change footer responsiveness in big screens
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannisTsagkaropoulos committed May 18, 2024
1 parent a4b4e84 commit d621aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/NewFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ function NewFooter() {
backgroundRepeat: "no-repeat",
backgroundSize: "cover",
}}
className="c-footer relative overflow-hidden pt-[2rem] sm:pt-[1rem] md:pt-[10rem] z-[0] max-w-[2040px] mx-auto"
className="c-footer relative overflow-hidden pt-[2rem] sm:pt-[1rem] md:pt-[10rem] z-[0] mx-auto"
>
<div className="c-footer-animation w-embed h-[100vh] object-cover md:object-none md:height-[50rem] absolute top-0 right-0 left-0 bottom-0">
<div className="max-w-[2040px] mx-auto c-footer-animation w-embed h-[100vh] object-cover md:object-none md:height-[50rem] absolute top-0 right-0 left-0 bottom-0">
<svg
className="overflow-hidden z-0"
width="100%"
Expand Down

0 comments on commit d621aa1

Please sign in to comment.