This commit is contained in:
Giuseppe Criscione 2021-08-09 22:35:27 +02:00
parent 7b723928ca
commit 36e262b3b9
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -15,14 +15,12 @@
right: 0;
bottom: 0;
left: 0;
display: flex;
display: none;
align-items: center;
outline: 0;
}
.modal.show {
display: block;
display: flex;
}