We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22e6742 + 8e7272f commit 4923a65Copy full SHA for 4923a65
CHANGELOG.md
@@ -84,5 +84,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
84
### Added
85
86
### Fixed
87
+
88
- replaced next/legacy/image with next/image
-- 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
@@ -152,12 +152,16 @@
152
position: absolute;
153
right: 8%;
154
bottom: -5%;
155
- width: 26rem;
156
margin: auto;
157
158
@include mobile {
159
position: unset;
160
margin-top: 1rem;
+ padding: 0 2rem;
161
+ }
162
163
+ @include small-mobile {
164
+ max-width: fit-content;
165
}
166
167
0 commit comments