diff --git a/css/scanner.css b/css/scanner.css index 5f17d5f..83b41a7 100644 --- a/css/scanner.css +++ b/css/scanner.css @@ -15,14 +15,14 @@ background: #333; border-radius: 8px; overflow: hidden; - margin-bottom: 15px; + margin-bottom: 10px; } .scanner-video-box { position: relative; width: 100%; - aspect-ratio: 4/3; - max-height: 300px; + aspect-ratio: 16/9; + max-height: 150px; background: #000; } @@ -56,7 +56,7 @@ /* Scanner Controls */ .scanner-controls { - padding: 15px; + padding: 8px; background: #444; }