add alerts

This commit is contained in:
2024-02-20 15:17:05 +03:00
parent deac5ec94d
commit 9b01381af1
8 changed files with 49 additions and 11 deletions

View File

@ -23,6 +23,7 @@
display: flex;
flex-direction: column;
width: 65%;
align-items: center;
@media (max-width: 1106px) {
width: 100%;
@ -115,6 +116,8 @@
.input-container {
margin: 0 0 20px 0;
width: 100%;
display: flex;
flex-direction: column;
}
span {