Skip to content

Commit

Permalink
feat: Make exercise section stand out more
Browse files Browse the repository at this point in the history
  • Loading branch information
zusorio committed Dec 3, 2024
1 parent 25d99c5 commit 2f258c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/exercise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const Exercise = ({ path }: { path: string }) => {
if (!data.exercise) return;

return (
<div className="not-prose">
<div className="not-prose rounded-lg border-2 px-1.5 py-2.5">
<div className="flex items-center justify-between px-3">
<div className="text-lg font-bold">Exercise</div>
<div>
Expand Down

0 comments on commit 2f258c8

Please sign in to comment.