diff --git a/src/css/Chart.css b/src/css/Chart.css new file mode 100644 index 0000000..86fbcad --- /dev/null +++ b/src/css/Chart.css @@ -0,0 +1,7 @@ +.chart { + margin-bottom: -12px; +} + +.chart-title { + margin-bottom: 0; +} diff --git a/src/css/History.css b/src/css/History.css index 5d70ee0..21a392f 100644 --- a/src/css/History.css +++ b/src/css/History.css @@ -3,7 +3,6 @@ table-layout: auto; column-gap: 10px; width: 100%; - margin-top: 24px; row-gap: 8px; } @@ -19,3 +18,19 @@ text-decoration: none; color: inherit; } + +.history-sections { + display: flex; + flex-direction: column; +} + +.history-sections > div { + flex-grow: 1; +} + +.historical-user-stats-container { + display: flex; + flex-direction: row; + column-gap: 48px; + flex-wrap: wrap; +} \ No newline at end of file