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.
1 parent b357728 commit 7ac6421Copy full SHA for 7ac6421
src/modals/AccessPeriodModal.tsx
@@ -31,6 +31,11 @@ const PeriodContainer = styled.div`
31
border-radius: 8px;
32
gap: 16px;
33
padding: 32px 24px;
34
+ position: relative;
35
+
36
+ @media (max-width: 768px) {
37
+ grid-template-columns: 1fr;
38
+ }
39
`
40
41
const DetailsContainer = styled.div`
src/modals/PurchaseCompleteModal.tsx
@@ -10,7 +10,8 @@ const Box = styled.div`
10
11
12
margin: 0 auto;
13
- width: 408px;
+ width: 100%;
14
+ max-width: 408px;
15
16
h2 {
17
font-size: 24px;
0 commit comments