mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: more rounded corners for modal
This commit is contained in:
parent
134c070d4d
commit
01a86d056f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
.modal {
|
||||
@apply absolute;
|
||||
@apply p-4;
|
||||
@apply rounded-md;
|
||||
@apply rounded-xl;
|
||||
@apply transform:
|
||||
@apply bg-white;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue