diff --git a/static/styles.css b/static/styles.css index 49efb44..165e56e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -264,6 +264,7 @@ iframe { .container .columnA { display: flex; position: relative; + max-width: none; top: auto; align-items: center; margin-top: 0rem; diff --git a/static/styles.scss b/static/styles.scss index bc1ea9f..f401eeb 100644 --- a/static/styles.scss +++ b/static/styles.scss @@ -302,6 +302,7 @@ iframe { @media (max-width: 580px) { display: flex; position: relative; + max-width: none; top: auto; align-items: center; margin-top: 0rem; diff --git a/templates/head_common.html b/templates/head_common.html index 102018e..3a148d6 100644 --- a/templates/head_common.html +++ b/templates/head_common.html @@ -1,2 +1,2 @@ - +