File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const Converter = ({
62
62
63
63
< main
64
64
css = { css `
65
- ${ tw `flex flex-col md : min- height[calc (100vh - 3.5rem)]` }
65
+ ${ tw `flex flex-col min-height [calc (100vh - 3.5rem)]` }
66
66
` }
67
67
>
68
68
< div css = { tw `w-full md : px-8 p-16 h-48 text- center` } >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const Validator = ({
57
57
58
58
< main
59
59
css = { css `
60
- ${ tw `flex flex-col md : min- height[calc (100vh - 3.5rem)]` }
60
+ ${ tw `flex flex-col min-height [calc (100vh - 3.5rem)]` }
61
61
` }
62
62
>
63
63
< div css = { tw `w-full md : px-8 p-16 h-48 text- center` } >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function Home() {
17
17
</ Head >
18
18
< main
19
19
css = { css `
20
- ${ tw `flex flex-col md: min-height[calc(100vh - 3.5rem)]` }
20
+ ${ tw `flex flex-col min-height[calc(100vh - 3.5rem)]` }
21
21
` }
22
22
>
23
23
< div
You can’t perform that action at this time.
0 commit comments