diff --git a/static/css/index.css b/static/css/index.css index af4e57e..84dc616 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -69,11 +69,13 @@ body { .fixed-comparison { flex-grow: 1; - height: 400px; + max-width: 100%; + height: auto; background-size: contain; background-position: center; background-repeat: no-repeat; position: relative; + aspect-ratio: 7 / 3; } .switch-container {