Skip to content

Commit

Permalink
refactor: add margin to section
Browse files Browse the repository at this point in the history
Signed-off-by: Jad Chahed <[email protected]>
  • Loading branch information
Jad31 committed Jul 12, 2024
1 parent a638ae3 commit 9e1b0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/DailyPage/components/DailyCharts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function DailyCharts(props: DailyChartsProps) {

return (
<>
<section className="p-page mt-12 flex flex-col gap-y-8">
<section className="p-page my-12 flex flex-col gap-y-8">
<div className="flex flex-col items-center gap-4">
<h2 className="text-4xl md:text-6xl font-semibold text-primary mb-4">
{benchmarkType}
Expand Down

0 comments on commit 9e1b0a8

Please sign in to comment.