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 a5c7748 commit c1bb28aCopy full SHA for c1bb28a
src/styles/HelpStyles.js
@@ -1,3 +1,5 @@
1
+import sizes from "./sizes";
2
+
3
export default {
4
help: {
5
textAlign: "center",
@@ -24,6 +26,10 @@ export default {
24
26
margin: "2rem 0",
25
27
flexDirection: "column",
28
textAlign: "left",
29
30
+ [sizes.down("md")]: {
31
+ padding: "2rem",
32
+ },
33
},
34
35
header: {
0 commit comments