Skip to content

Commit 36a50a1

Browse files
committed
fixed padding on contact form success message for mobile
1 parent 3e45225 commit 36a50a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/Contact.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@
158158
@include mobile {
159159
position: unset;
160160
margin-top: 1rem;
161+
padding: 0 2rem;
162+
}
163+
164+
@include small-mobile {
165+
max-width: fit-content;
161166
}
162167
}
163168

0 commit comments

Comments
 (0)