edit syntax

This commit is contained in:
Manon 2023-07-17 16:13:22 +02:00
parent d2b199b036
commit 2e54850b10
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,9 @@ button {
opacity: 0%;
text-align: center;
}
.popup-modal p {
margin-bottom: 24px
margin-bottom: 24px;
}
.backdrop {
@ -60,4 +61,3 @@ button {
.backdrop.show {
opacity: 30%;
}