fix border-radius

This commit is contained in:
Focuslinkstech 2024-08-25 17:23:18 +01:00 committed by GitHub
parent 1d5341cdfe
commit 9e917536c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,8 +219,8 @@
padding: 10px 15px; padding: 10px 15px;
background-color: inherit; background-color: inherit;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom-right-radius: 15px; border-bottom-right-radius: 25px;
border-bottom-left-radius: 15px; border-bottom-left-radius: 25px;
} }
.box { .box {