diff --git a/static/css/_footer.scss b/static/css/_footer.scss index dfe1fc5eb6..65a2e31324 100644 --- a/static/css/_footer.scss +++ b/static/css/_footer.scss @@ -187,8 +187,6 @@ } @media screen and (max-width: 400px) { .regulation-logos { - - .vanuatu-icon { width: 120px; margin-left: -30px; diff --git a/static/css/index.scss b/static/css/index.scss index 33789bdebc..75082d288e 100644 --- a/static/css/index.scss +++ b/static/css/index.scss @@ -82,6 +82,15 @@ ul.bullet { .show-on-load { display: none; } +#split-container { + display: flex; + flex-direction: row; + width: 100%; + .puzzle-logo { + padding-left: 20px; + } +} + /* Keep this below since css after this * will be interfering with small * screen sizes @@ -98,6 +107,10 @@ ul.bullet { } } @media only screen and (max-width: 480px) { + #split-container { + display: block; + width: auto; + } .top-image { display: block; } diff --git a/templates/index.mustache b/templates/index.mustache index 8c6ab4aa52..e49cf2cb92 100644 --- a/templates/index.mustache +++ b/templates/index.mustache @@ -34,13 +34,13 @@