fix: fixed border radius

This commit is contained in:
2025-10-14 21:29:44 +04:00
parent 4a4b05769d
commit fc176ec9e4
4 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@
}
.inner-container {
border-radius: var(--mantine-spacing-md);
border-radius: var(--mantine-spacing-lg);
gap: 0;
@media (max-width: 48em) {