Skip to content

Commit

Permalink
Fixed Footer Color
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitbhardwaj001 committed Apr 6, 2024
1 parent 8bbb231 commit 25c00fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
const Footer = () => {
return (
<>
<div className="w-[100vw] h-[80vh] flex gap-[8rem] bg-[#465e79] px-[5rem] items-center xs:max-md:hidden">
<div className="w-[100vw] h-[80vh] flex gap-[8rem] bg-[#101821] px-[5rem] items-center xs:max-md:hidden">
<div className="flex flex-col gap-3 w-[35vw] mt-[6rem]">
<h1 className="text-[35px] font-semibold text-white">ABOUT PAPEL</h1>
<p className="text-[18px] text-[#d6d6d6]">
Expand Down

0 comments on commit 25c00fa

Please sign in to comment.