summaryrefslogtreecommitdiff
path: root/sass/components/_contact-form.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/components/_contact-form.scss')
-rw-r--r--sass/components/_contact-form.scss12
1 files changed, 5 insertions, 7 deletions
diff --git a/sass/components/_contact-form.scss b/sass/components/_contact-form.scss
index 87b79c1..1195ab7 100644
--- a/sass/components/_contact-form.scss
+++ b/sass/components/_contact-form.scss
@@ -5,6 +5,11 @@
gap: 2rem;
width: 50%;
+ // larger tablet to smaller laptop screen size
+ @include responsive(laptop) {
+ width: 100%;
+ }
+
// container for each label & input
div {
display: flex;
@@ -39,13 +44,6 @@
}
}
-// larger tablet to smaller laptop screen size
-@media screen and (max-width: 1380px) {
- .messenger-form {
- width: 100%;
- }
-}
-
// mobile to smaller tablet screen sizes
@media screen and (max-width: 820px) {
.messenger-form {