small fixes and better ui and performance

This commit is contained in:
ngn
2023-07-13 00:58:55 +03:00
parent 6bde08cf67
commit f7f008cc89
17 changed files with 1095 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ input {
width: 500px;
font-size: 25px;
padding: 20px;
border-radius: 20px;
border-radius: 10px;
background: var(--dark-two);
border: none;
color: white;

View File

@@ -29,9 +29,9 @@ main {
gap: 20px;
padding: 40px;
cursor: pointer;
transition: 0.4s;
height: 100px;
width: 450px;
transition: .4s;
}
main:hover {

View File

@@ -32,9 +32,9 @@ main {
color: var(--white);
justify-content: space-between;
align-items: center;
transition: 0.4s;
width: 80%;
cursor: pointer;
transition: .4s;
}
main:hover {