Skip to content

Commit 75f4bfb

Browse files
Minor Style changes
1 parent 105c34d commit 75f4bfb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/styles/SymptomsStyles.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
border: "1px solid #ccc",
2626
borderRadius: "1rem",
2727
marginRight: "2rem",
28+
29+
[sizes.down("md")]: {
30+
border: "0",
31+
padding: "1rem",
32+
},
2833
},
2934

3035
sidebar: {
@@ -42,8 +47,8 @@ export default {
4247
marginBottom: "5rem",
4348

4449
[sizes.down("lg")]: {
45-
width: "65%",
46-
height: "20rem",
50+
width: "80%",
51+
height: "25rem",
4752
margin: "1.75rem auto",
4853
},
4954

0 commit comments

Comments
 (0)