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 4efd885 commit 7a75296Copy full SHA for 7a75296
src/styles/SymptomsStyles.js
@@ -1,11 +1,22 @@
1
+import sizes from "./sizes";
2
+
3
export default {
4
symptoms: {
5
padding: ".2rem 1rem",
6
7
+ [sizes.down("md")]: {
8
+ marginTop: "1.5rem",
9
+ padding: "1.5rem",
10
+ },
11
},
12
13
content: {
14
padding: "1rem",
15
display: "flex",
16
17
+ [sizes.down("lg")]: {
18
+ flexDirection: "column",
19
20
21
22
mainContent: {
0 commit comments