diff --git a/src/pages/result/index.css b/src/pages/result/index.css index 33b9a55..491c64e 100644 --- a/src/pages/result/index.css +++ b/src/pages/result/index.css @@ -48,14 +48,14 @@ .result-image { height: auto; - max-height: 70vh; + max-height: 60vh; border-radius: 12px; object-fit: contain; } .result-video { width: 100%; - height: 70vh; + height: 60vh; object-fit: contain; border-radius: 12px; transform: translateZ(0);