Skip to content

Commit fb236b9

Browse files
committed
fix: increase section padding for mobile devices
1 parent c0d29f2 commit fb236b9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/section-style/shared.module.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,21 @@
5252
// S
5353
@media screen and (max-width: 600px) {
5454
.container {
55-
padding: 24px !important;
55+
padding: 64px 24px 24px !important;
56+
5657
.innerContainer {
5758
gap: 16px !important;
5859
}
5960
}
61+
6062
.titleAndDesc {
6163
padding: 0px 16px !important;
6264
gap: 16px !important;
65+
6366
.title {
6467
font-size: 24px !important;
6568
}
69+
6670
.desc {
6771
font-size: 15px !important;
6872
}

0 commit comments

Comments
 (0)