Revert "prototype: decreased rounding"

This reverts commit 7a51e2d404.
This commit is contained in:
ShittyKopper 2023-10-31 21:26:03 +03:00
parent e1844db11b
commit 72204d9294
93 changed files with 143 additions and 142 deletions

View file

@ -233,7 +233,7 @@
}
button {
border-radius: 4px;
border-radius: 999px;
padding: 0px 12px 0px 12px;
border: none;
cursor: pointer;
@ -301,7 +301,7 @@
margin-bottom: 2rem;
padding: 0.5rem 1rem;
width: 40rem;
border-radius: 5px;
border-radius: 10px;
justify-content: center;
margin: auto;
}

View file

@ -24,7 +24,7 @@ html {
}
button {
border-radius: 4px;
border-radius: 999px;
padding: 0px 12px 0px 12px;
border: none;
cursor: pointer;
@ -93,7 +93,7 @@ code {
background: #333;
padding: 0.5rem 1rem;
max-width: 40rem;
border-radius: 5px;
border-radius: 10px;
justify-content: center;
margin: auto;
white-space: pre-wrap;