This commit is contained in:
zyronon
2023-08-09 10:33:40 +08:00
parent 95a6ccc7cd
commit 7f81aa5ed1
2 changed files with 14 additions and 4 deletions

View File

@@ -29,8 +29,13 @@ html, body {
}
.my-button {
font-size: 13rem;
cursor: pointer;
border-radius: 4rem;
padding: 5rem 15rem;
padding: 0 15rem;
height: 28rem;
display: flex;
align-items: center;
justify-content: center;
background: $main;
}