File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,19 @@ export default styled.div`
20
20
margin-bottom: ${ props => ( props . fullscreen ? `.25em` : `0` ) } ;
21
21
22
22
@media (max-width: 800px) {
23
- font-size: ${ props => ( props . fullscreen ? `4em` : `2.5em ` ) } ;
23
+ font-size: ${ props => ( props . fullscreen ? `4em` : `3em ` ) } ;
24
24
}
25
25
26
- @media (max-width: 400px) {
27
- font-size: ${ props => ( props . fullscreen ? `4em` : `1.75em` ) } ;
26
+ @media (max-width: 650px) {
27
+ font-size: ${ props => ( props . fullscreen ? `2em` : `2.5em` ) } ;
28
+ }
29
+
30
+ @media (max-width: 650px) {
31
+ font-size: ${ props => ( props . fullscreen ? `2em` : `2.5em` ) } ;
28
32
}
29
- }
30
33
31
- @media (max-width: 800px) {
32
- margin-bottom: 1em;
34
+ @media (max-width: 400px) {
35
+ font-size: ${ props => ( props . fullscreen ? `1.75em` : `1.75em` ) } ;
36
+ }
33
37
}
34
38
` ;
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ const Picture = styled.img`
45
45
margin-top: 0;
46
46
margin-left: 0;
47
47
48
- width: 11em ;
49
- min-width: 11em ;
50
- height: 11em ;
48
+ width: 9em ;
49
+ min-width: 9em ;
50
+ height: 9em ;
51
51
}
52
52
` ;
53
53
You can’t perform that action at this time.
0 commit comments