device-56.home 2026-3-29:22:14:22

This commit is contained in:
oskar
2026-03-29 22:14:22 +02:00
parent 9b7ca323a2
commit 604e7b7c03
48 changed files with 634 additions and 260 deletions

View File

@@ -146,8 +146,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -327,3 +327,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}