text auf pergament geändert

This commit is contained in:
Cay 2026-03-16 12:42:02 +00:00
parent c33762781f
commit d72fcb2fe7
2 changed files with 9 additions and 5 deletions

View File

@ -124,9 +124,9 @@ body {
========================= */ ========================= */
.popup-content { .popup-content {
padding: 10px 20px; padding: 16px 60px 16px 60px;
font-size: 20px; font-size: 15px;
line-height: 1.6; line-height: 1.6;
letter-spacing: 0.5px; letter-spacing: 0.5px;

View File

@ -50,7 +50,9 @@
background: transparent; background: transparent;
transition: opacity 0.25s ease, transform 0.25s ease; transition:
opacity 0.25s ease,
transform 0.25s ease;
opacity: 1; opacity: 1;
transform: translateX(0); transform: translateX(0);
} }
@ -164,7 +166,9 @@
opacity: 0; opacity: 0;
flex-direction: column; flex-direction: column;
transition: opacity 0.25s ease, transform 0.25s ease; transition:
opacity 0.25s ease,
transform 0.25s ease;
} }
.qm-popup.active { .qm-popup.active {
@ -216,7 +220,7 @@
.qm-popup-body { .qm-popup-body {
flex: 1; flex: 1;
padding: 30px; padding: 30px 80px;
overflow-y: auto; overflow-y: auto;
display: flex; display: flex;
align-items: center; align-items: center;