small fixes and better ui and performance
This commit is contained in:
@@ -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;
|
||||
|
@@ -29,9 +29,9 @@ main {
|
||||
gap: 20px;
|
||||
padding: 40px;
|
||||
cursor: pointer;
|
||||
transition: 0.4s;
|
||||
height: 100px;
|
||||
width: 450px;
|
||||
transition: .4s;
|
||||
}
|
||||
|
||||
main:hover {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user