mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 14:01:04 +00:00
fix: put modal to screen center
This commit is contained in:
parent
87c35107ce
commit
61b49b77fc
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
.modal {
|
||||
@apply absolute;
|
||||
@apply fixed;
|
||||
@apply p-4;
|
||||
@apply rounded-xl;
|
||||
@apply transform:
|
||||
|
|
|
|||
Loading…
Reference in a new issue