Skip to content

Commit

Permalink
deleted redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ohorodnykostap committed Oct 18, 2024
1 parent 3d3f568 commit 78396cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions FrontEnd/src/components/Contact/Contact.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
}

.contact__input::placeholder {
opacity: 0.3; /* Повністю видимий плейсхолдер */
opacity: 0.3;
}
.contact__input:focus,
.contact__textarea:focus,
Expand Down Expand Up @@ -265,9 +265,9 @@
width: 550px;
height: 150px;
text-align: center;
display: flex; /* Включаємо Flexbox */
flex-direction: column; /* Розміщуємо елементи вертикально */
justify-content: center; /* Вирівнює контент по вертикалі */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}
Expand Down Expand Up @@ -296,7 +296,7 @@
}

.contact__select::placeholder {
color: #888888; /* Темніший колір для плейсхолдера */
font-size: 16px; /* Розмір шрифту */
opacity: 1; /* Повністю видимий плейсхолдер */
color: #888888;
font-size: 16px;
opacity: 1
}

0 comments on commit 78396cc

Please sign in to comment.