Skip to content

Commit fd306d6

Browse files
committed
Reduce padding around questions on mobile
1 parent 8f3db8e commit fd306d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/Question.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const Question = withRouter(({questionIdOverride, match, location, previe
161161
{isPhy && <EditContentButton doc={doc} />}
162162

163163
<Row className="question-content-container">
164-
<Col className={classNames("py-4 question-panel", {"mw-760": isAda})}>
164+
<Col className={classNames("py-4 question-panel", {"px-0 px-sm-2": isPhy}, {"mw-760": isAda})}>
165165

166166
<SupersededDeprecatedWarningBanner doc={doc} />
167167

0 commit comments

Comments
 (0)