mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-07 00:30:11 +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 {
|
.modal {
|
||||||
@apply absolute;
|
@apply absolute;
|
||||||
@apply p-4;
|
@apply p-4;
|
||||||
@apply rounded-md;
|
@apply rounded-xl;
|
||||||
@apply transform:
|
@apply transform:
|
||||||
@apply bg-white;
|
@apply bg-white;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue