We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f56aa8d + c414633 commit 70a2775Copy full SHA for 70a2775
src/components/NewVersionModal/index.tsx
@@ -30,6 +30,10 @@ const Modal = styled.div<{ isOpen: boolean }>`
30
@media (min-width: 768px) {
31
padding: 144px 32px;
32
}
33
+
34
+ @media (max-height: 610px) {
35
+ padding: 32px;
36
+ }
37
`
38
39
const ModalContent = styled.div`
@@ -99,6 +103,10 @@ const ModalHeading = styled.h3`
99
103
100
104
font-size: 36px;
101
105
106
107
108
+ font-size: 20px;
109
102
110
111
112
const ModalText = styled.p`
0 commit comments