Skip to content

Commit 70a2775

Browse files
authored
Merge pull request #825 from pangolindex/feat/new-version-modal
fix
2 parents f56aa8d + c414633 commit 70a2775

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/NewVersionModal/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ const Modal = styled.div<{ isOpen: boolean }>`
3030
@media (min-width: 768px) {
3131
padding: 144px 32px;
3232
}
33+
34+
@media (max-height: 610px) {
35+
padding: 32px;
36+
}
3337
`
3438

3539
const ModalContent = styled.div`
@@ -99,6 +103,10 @@ const ModalHeading = styled.h3`
99103
@media (min-width: 768px) {
100104
font-size: 36px;
101105
}
106+
107+
@media (max-height: 610px) {
108+
font-size: 20px;
109+
}
102110
`
103111

104112
const ModalText = styled.p`

0 commit comments

Comments
 (0)