Skip to content

Commit

Permalink
fix: header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvraja committed Dec 12, 2024
1 parent c231519 commit d9eb3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/components/common/scrolling-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ export default function ScrollingBanner() {
const repeatCount = 20; // Increase this number to add more repetitions

return (
<div
className="
// bg-gradient-to-b from-transparent from-60% via-redTheme via-75% to-transparent to-90%
bg-redTheme h-fit text-whiteTheme overflow-hidden py-2"
>
<div className="bg-redTheme h-fit text-whiteTheme overflow-hidden py-2">
<motion.div
className="whitespace-nowrap inline-block"
animate={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/widget/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const Nav = () => {
</header>

<section className="fullpage-menu hidden fixed left-0 top-0 w-screen z-50 h-screen">
<div className="header-2 fixed left-0 top-0 w-full flex md:py-[20px] md:px-[30px] p-[30px] z-[60] justify-between items-center">
<div className="header-2 fixed pt-20 mt-10 left-0 top-0 w-full flex md:py-[20px] md:px-[30px] p-[30px] z-[60] justify-between items-center">
<Image
src={`${tedxsjecAssetsPrefix}/logo/blackLogo.webp`}
height={180}
Expand Down

0 comments on commit d9eb3a2

Please sign in to comment.