Skip to content

Commit 0caf40b

Browse files
Make HelpPage Responsive
1 parent c1bb28a commit 0caf40b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/HelpStyles.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ export default {
3737
justifyContent: "space-between",
3838
alignItems: "center",
3939
marginBottom: "2rem",
40+
41+
[sizes.down("md")]: {
42+
marginBottom: "1.5rem",
43+
},
4044
},
4145

4246
content: {},

0 commit comments

Comments
 (0)