Мелкие правки

This commit is contained in:
Ilia Miheev
2026-03-28 23:33:20 +03:00
parent 373467aebd
commit a3ce6d0ab0
4 changed files with 21 additions and 7 deletions
+4
View File
@@ -123,6 +123,10 @@ useEventListener("keydown", handleKeydown);
border-radius: 5px;
}
.modal-footer a {
border-radius: 5px;
}
.modal-footer-success button {
background-color: var(--successColor);
border: none;
+5 -1
View File
@@ -129,7 +129,7 @@ h1 {
position: fixed;
top: 0;
left: 0;
width: 240px;
width: 25%;
height: 100%;
background-image: radial-gradient(#23aae3e2, #222222);
color: white;
@@ -153,6 +153,10 @@ h1 {
display: flex;
}
main {
text-align: justify;
}
.navigation-wrapper__footer {
display: flex;
gap: 10px;