From 62d9ebf74be783ee8a5cdc1fd740d454f221787a Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Fri, 20 Sep 2024 15:33:31 -0600 Subject: [PATCH] Remove old video CSS --- static/style/video.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/static/style/video.css b/static/style/video.css index 73a7ba5..4fa4c8f 100644 --- a/static/style/video.css +++ b/static/style/video.css @@ -1,28 +1,3 @@ -/* .video-container { - max-width: 600px; - margin: 0 auto; -} - -video { - width: 100%; - max-width: 600px; - display: block; - margin: 0 auto; -} - -@media (max-width: 600px) { - .video-container { - max-width: 100%; - } - - video { - max-width: 100%; - } -} */ - - -/* new stuff */ - .media-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));