Skip to content

Commit 731a5c3

Browse files
Minor changes to BarCharts width
1 parent 70abde2 commit 731a5c3

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

src/components/TinyCharts.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/styles/CovidAppStyles.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,17 @@ export default {
116116
},
117117

118118
tinyChart: {
119+
width: "30%",
119120
margin: "2.5rem",
120121
"& h3": {
121122
textTransform: "capitalize",
122123
fontWeight: 500,
123124

124125
textAlign: "center",
125126
},
127+
[sizes.down("lg")]: {
128+
width: "auto",
129+
},
126130
},
127131

128132
tinych: {

0 commit comments

Comments
 (0)