Skip to content

Commit 4923a65

Browse files
authored
Merge branch 'main' into fix/legacy-image
2 parents 22e6742 + 8e7272f commit 4923a65

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8484
### Added
8585

8686
### Fixed
87+
8788
- replaced next/legacy/image with next/image
88-
- removed unused function in api/register.js
89+
- removed unused function in api/register.js
90+
- adjusted contact form message on mobile
91+

styles/Contact.module.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,16 @@
152152
position: absolute;
153153
right: 8%;
154154
bottom: -5%;
155-
width: 26rem;
156155
margin: auto;
157156

158157
@include mobile {
159158
position: unset;
160159
margin-top: 1rem;
160+
padding: 0 2rem;
161+
}
162+
163+
@include small-mobile {
164+
max-width: fit-content;
161165
}
162166
}
163167

0 commit comments

Comments
 (0)