We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fb824 commit e78ad63Copy full SHA for e78ad63
packages/homepage/src/screens/explore/_FeaturedSandbox.elements.js
@@ -17,7 +17,13 @@ export const Container = styled.div`
17
18
@media screen and (max-width: ${VERTICAL_BREAKPOINT}px) {
19
flex-direction: column;
20
- height: 600px;
+ min-height: 800px;
21
+
22
+ font-size: 0.875rem;
23
24
+ h1 {
25
+ font-size: 1.25rem;
26
+ }
27
}
28
`;
29
@@ -41,10 +47,11 @@ export const SandboxContainer = styled.div`
41
47
width: 100%;
42
48
height: 100%;
43
49
44
- @media screen and (max-width: 900px) {
50
+ @media screen and (max-width: ${VERTICAL_BREAKPOINT}px) {
45
51
height: 230px;
46
52
z-index: 11;
53
background-color: ${props => props.theme.new.bg};
54
+ padding: 0.5rem;
55
56
57
0 commit comments