[Style] account link styling

This commit is contained in:
coja
2026-05-01 22:56:07 +02:00
parent 507472f6ff
commit bbf1ffa445
3 changed files with 53 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
.auth-wrap {
display: flex;
flex-direction: column;
gap: 2px;
padding-top: 24px;
a {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 600;
}
}