Skip to content

Commit

Permalink
Fix : Header css
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanghyeonYoon committed Apr 5, 2024
1 parent 891aaf9 commit a4852db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Header: React.FC = () => {
};

return (
<header className='w-full flex justify-center fixed top-0 z-50 bg-white bg-opacity-30 backdrop-blur-sm transition-colors duration-500 border-b-gray-200 text-white'>
<header className='w-screen flex justify-center fixed top-0 z-50 bg-white bg-opacity-30 backdrop-blur-sm transition-colors duration-500 border-b-gray-200 text-white'>
<div className='max-w-[1440px] w-full h-14 flex justify-between items-center px-5'>
<b className='cursor-pointer' onClick={scrollToSection("top")}>
ACC SCD 2024
Expand Down

0 comments on commit a4852db

Please sign in to comment.