diff --git a/static/css/index.css b/static/css/index.css index a03e77c..eaa922c 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -104,17 +104,6 @@ /*color: #4286f4;*/ } - -.odd-image { - position: relative; - width: 100%; - height: auto; - /* height: 100%; - * * padding-bottom: 20%; */ - overflow: hidden; - border-radius: 10px !important; -} - .overview-image { position: relative; width: 100%; @@ -192,28 +181,3 @@ #interpolation-image-wrapper img { border-radius: 5px; } - - - -.video-grid { - display: grid; - grid-template-columns: repeat(7, 1fr); - grid-template-rows: repeat(3, 1fr); - gap: 1px; - padding: 1px; -} - -.video-item { - display: flex; - justify-content: center; - align-items: center; - background-color: #f0f0f0; - border-radius: 10px; - overflow: hidden; -} - -video { - width: 100%; - height: auto; -} -