Skip to content

Commit

Permalink
Remove title bug after main header update
Browse files Browse the repository at this point in the history
  • Loading branch information
prasm313 committed Apr 4, 2024
1 parent e809569 commit e6851d2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ const HeaderSection = styled(Card)`
top: 60px;
position: sticky;
z-index: 1;
@media (max-width: 700px) {
top: 80px;
}
`

const TitleSection = styled.div`
Expand Down

0 comments on commit e6851d2

Please sign in to comment.