Skip to content

Commit

Permalink
Update modal-help.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSamtash committed Dec 26, 2023
1 parent 1767804 commit baeab5f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/css/modal-help.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
transition: border-color 250ms linear;
box-sizing: border-box;
resize: none;
margin-bottom: 40px;
/* margin-bottom: 40px; */
}

.modal-help-form-comment:focus-within {
Expand Down Expand Up @@ -185,8 +185,9 @@
letter-spacing: -0.02em;
transition: background-color 250ms linear, color 250ms linear;
display: block;
margin-left: auto;
margin-right: auto;
margin: auto auto;
/* margin-left: auto;
margin-right: auto; */
border: none;
}

Expand All @@ -199,6 +200,7 @@
@media screen and (min-width: 768px) {
.modal-help-page-content {
width: 458px;
height: 100%;
}

.modal-close-btn {
Expand Down Expand Up @@ -247,6 +249,11 @@

@media screen and (min-width: 1280px) {

.modal-help-page-content {

height: 90%;
}

.chat-button {
font-size: 24px;
right: 50px;
Expand Down

0 comments on commit baeab5f

Please sign in to comment.