Мелкие правки
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user