no message

This commit is contained in:
2025-11-16 09:19:55 +01:00
parent 8d65f809aa
commit 0156db582f
3 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ So endete er warm, schräg und vielversprechend. Bratonien eben.
<!-- Rechte Spalte: dein Daumenkino-Video -->
<div class="addon">
<video
class="thumbkino-video"
class="addon-video"
autoplay
loop
muted

View File

@@ -189,7 +189,7 @@ function initPopupTools() {
}
// Schriftgröße
let currentScale = 1;
let currentScale = 1.3;
function applyScale() {
popupBody.style.fontSize = `${currentScale}em`;

View File

@@ -150,7 +150,7 @@
grid-template-columns: 1fr 1fr;
gap: clamp(1rem, 2vw, 2.5rem);
font-family: "Bratonien2025", serif;
font-size: 1.2rem;
font-size: 1.3rem;
}
.popup-body.font-readable {