Skip to content

Commit

Permalink
I made the element wider on the 404 breakpoint and forbade vertical r…
Browse files Browse the repository at this point in the history
…esize for textarea.
  • Loading branch information
RaayNoff committed Sep 4, 2022
1 parent 01ebb2b commit b0ea322
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
width: 70%;
}
@media (max-width: 404px) {
width: 50%;
width: 70%;
}
}

Expand All @@ -25,7 +25,7 @@
width: 70%;
}
@media (max-width: 404.98px) {
width: 40%;
width: 70%;
}
}

Expand All @@ -40,14 +40,15 @@
width: 70%;
}
@media (max-width: 404px) {
width: 50%;
width: 70%;
}
}

.textarea {
width: 80%;
min-height: 135px;
resize: vertical;
@media (max-width: 404px) {
width: 50%;
max-width: 70%;
}
}

0 comments on commit b0ea322

Please sign in to comment.