From a94e70911b1d041a268d6f4f2d650777d3e12f2b Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Thu, 1 Jan 2026 17:17:21 +0700
Subject: [PATCH] responsive video & img

---
 src/static/style.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/static/style.css b/src/static/style.css
index 3e0c59f..cde5650 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -29,6 +29,12 @@ body {
   color: var(--fg);
 }
 
+video,
+img {
+  max-width: 100%;
+  max-height: 80vh;
+}
+
 pre,
 code {
   font-family: var(--font-family-mono);
-- 
2.47.3

