Skip to content
Snippets Groups Projects
Commit 51dbc22e authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Increased the size of the bar chart in most locations

parent f10b9ae9
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@
display: flex;
justify-content: space-evenly;
align-items: flex-end;
height: 100%;
margin-top: -15px;
height: calc(100% + 15px);
position: relative;
&:before,
......
......@@ -6,6 +6,7 @@
}
.bar-chart-container {
height: 225px;
margin-top: 8px;
margin-bottom: 30px;
}
......
......@@ -7,5 +7,9 @@
.description-container {
margin-bottom: 40px;
}
.bar-chart-container {
height: 225px;
}
}
......@@ -7,5 +7,9 @@
h3 {
margin-top: 30px;
}
.bar-chart-container {
height: 225px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment