Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei committed Jan 26, 2024
1 parent 406e7be commit d8203db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/components/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ data, filters = {}, toggleFilter }) {
}

return (
<div>
<div className="stats">
<div className="grid contain text-lg">
<div className="w-50">
<h2>Visitors</h2>
Expand Down
7 changes: 7 additions & 0 deletions dashboard/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,14 @@ CHART
}


/*
stats container
*/

.stats {
margin-top: 1em;
margin-bottom: 1em;
}


@media all and (max-width: 70em) {
Expand Down

0 comments on commit d8203db

Please sign in to comment.