Handle video content for mobile views

This commit is contained in:
2024-01-07 11:53:49 +01:00
parent b3c46080af
commit 7642b6ac29
3 changed files with 11 additions and 1 deletions

View File

@@ -595,6 +595,14 @@ h1 {
}
}
.youtube-video {
max-width: 100%;
}
.internal-video {
max-width: 100%;
}
:root {
--color-vhvorne: #ddcb55;
--color-vhmitte: #c98879;