Удалили мёртвые классы

This commit is contained in:
alisagerasimova
2026-02-26 12:52:21 +03:00
parent 7b51b59b40
commit 8fa0e9042a
2 changed files with 2 additions and 24 deletions
+1 -13
View File
@@ -174,6 +174,7 @@ html {
.wraper {
display: flex;
justify-content: center;
}
.grid {
@@ -235,17 +236,4 @@ html {
margin: 5px;
transition: 0.3s;
}
.modal {
background-color: #2f2f2f;
}
.modal-body{
size: 20px;
font-size: 20px;
}
.btn-green :hover {
background-color: rgb(229, 67, 67);
}
</style>