Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poyrazovic committed Nov 15, 2024
1 parent 288ee22 commit c414633
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/NewVersionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ const Modal = styled.div<{ isOpen: boolean }>`
@media (min-width: 768px) {
padding: 144px 32px;
}
@media (max-height: 610px) {
padding: 32px;
}
`

const ModalContent = styled.div`
Expand Down Expand Up @@ -99,6 +103,10 @@ const ModalHeading = styled.h3`
@media (min-width: 768px) {
font-size: 36px;
}
@media (max-height: 610px) {
font-size: 20px;
}
`

const ModalText = styled.p`
Expand Down

0 comments on commit c414633

Please sign in to comment.