Skip to content

Commit 8b929d6

Browse files
committed
Remove wrapper padding in mobile in bug hunt form page
1 parent c63ea6e commit 8b929d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src-ts/tools/work/work-self-service/intake-forms/bug-hunt/BugHunt.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
background: $tc-grad18;
88
margin-left: 0;
99
}
10+
11+
@include ltemd {
12+
padding: 0;
13+
}
1014
}

0 commit comments

Comments
 (0)