Update styles

This commit is contained in:
Late Night Defender 2023-08-08 00:33:24 +07:00
parent 6bda73b1a9
commit c57eb0cc1f
2 changed files with 5 additions and 9 deletions

View file

@ -48,7 +48,6 @@ body {
background-color: #fafafa;
color: black;
border: none;
border-radius:10px;
justify-content: center;
align-items: center;
@ -56,12 +55,9 @@ body {
display: grid;
font-size: 14px;
cursor: pointer;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
margin-bottom: 20px;
transition-duration: 0.2s;
}