diff --git a/src/app/(app)/problems/[id]/@problem/@description/page.tsx b/src/app/(app)/problems/[id]/@problem/@description/page.tsx index 48e32ae..6268a86 100644 --- a/src/app/(app)/problems/[id]/@problem/@description/page.tsx +++ b/src/app/(app)/problems/[id]/@problem/@description/page.tsx @@ -17,7 +17,7 @@ export default function ProblemDescriptionPage() { <>
- +
diff --git a/src/app/(app)/problems/[id]/@problem/@solution/page.tsx b/src/app/(app)/problems/[id]/@problem/@solution/page.tsx index 25fef36..cd50319 100644 --- a/src/app/(app)/problems/[id]/@problem/@solution/page.tsx +++ b/src/app/(app)/problems/[id]/@problem/@solution/page.tsx @@ -12,7 +12,7 @@ export default function ProblemSolutionPage() { <>
- +
diff --git a/src/app/globals.css b/src/app/globals.css index 6fa2133..30535d3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -90,11 +90,6 @@ } .markdown-body { - box-sizing: border-box; - min-width: 200px; - max-width: 980px; - margin: 0 auto; - padding: 45px; font-family: "Fira Code"; font-weight: 500; font-size: 14px; @@ -109,12 +104,6 @@ line-height: 20px; } -@media (max-width: 768px) { - .markdown-body { - padding: 15px; - } -} - code[data-theme*=" "], code[data-theme*=" "] span { color: var(--shiki-light);