Toggle formatting on click. Renamed charts folder to metrics.
This commit is contained in:
10
components/metrics/MetricsBar.module.css
Normal file
10
components/metrics/MetricsBar.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.bar {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.container > div:last-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user