This commit is contained in:
2023-12-22 21:02:35 +03:00
parent 51e740fba6
commit 0d76b054f1
4 changed files with 28 additions and 4 deletions

View File

@@ -71,4 +71,17 @@
width: 93%;
margin-top: 30px;
}
}
}
.NewContainer {
display: flex;
justify-content: flex-end;
margin-top: 40px;
}
.search_container {
display: flex;
align-items: center;
justify-content: center;
}
.search__descr {
margin-right: 25px;
}