1
0

prototype: decreased rounding

This commit is contained in:
Insert5StarName
2023-10-01 01:20:20 +02:00
parent a782aa5b0e
commit 7a51e2d404
93 changed files with 142 additions and 142 deletions
@@ -206,7 +206,7 @@ definePageMetadata({
display: block;
width: 80px;
margin: 0 auto;
border-radius: 16px;
border-radius: 4px;
position: relative;
z-index: 1;
}
@@ -256,7 +256,7 @@ definePageMetadata({
align-items: center;
padding: 12px;
background: var(--buttonBg);
border-radius: 6px;
border-radius: 5px;
&:hover {
text-decoration: none;
@@ -289,7 +289,7 @@ definePageMetadata({
align-items: center;
padding: 12px;
background: var(--buttonBg);
border-radius: 6px;
border-radius: 5px;
}
.patronIcon {