Skip to content

Commit

Permalink
Fix home page CSS bugs (#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 authored Jul 19, 2023
1 parent c3c13fc commit 0107477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/DownloadButton/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
&.open {
visibility: visible;
opacity: 1;
z-index: 1;
z-index: 2;
}

&.openTop {
Expand Down
6 changes: 3 additions & 3 deletions src/components/Home/LandingHero/Slides/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ export const HeroSlides = () => {
'max-w-full',
'text-[10px]',
'shrink-0',
'w-[474px]',
'sm:w-[564px]',
'w-[480px]',
'sm:w-[570px]',
'sm:text-[12px]',
'md:w-[474px]',
'md:w-[480px]',
'md:text-[10px]'
)}
>
Expand Down

0 comments on commit 0107477

Please sign in to comment.