Update styles.css

This commit is contained in:
Moon
2023-11-06 11:09:53 +08:00
committed by GitHub
parent 23fac6d23c
commit 9f4ecbd259

View File

@@ -7,6 +7,7 @@
* {
overflow: hidden;
text-align: center;
white-space: nowrap;
}
body {
@@ -28,7 +29,7 @@ body {
transform: translate(-50%, -50%);
background-color: var(--white);
border-radius: 30px;
padding: 50px;
padding: 30px;
}
.left-result {