no message
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -189,7 +189,7 @@ function initPopupTools() {
|
||||
}
|
||||
|
||||
// Schriftgröße
|
||||
let currentScale = 1;
|
||||
let currentScale = 1.3;
|
||||
|
||||
function applyScale() {
|
||||
popupBody.style.fontSize = `${currentScale}em`;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user