diff --git a/labs/meteor-client/app/client/main.html b/labs/meteor-client/app/client/main.html index c5718c43bf..dd32c8a3b2 100755 --- a/labs/meteor-client/app/client/main.html +++ b/labs/meteor-client/app/client/main.html @@ -1,5 +1,5 @@ diff --git a/labs/meteor-client/app/client/stylesheets/style.less b/labs/meteor-client/app/client/stylesheets/style.less index 0b02030f2c..fd5a1d2d97 100755 --- a/labs/meteor-client/app/client/stylesheets/style.less +++ b/labs/meteor-client/app/client/stylesheets/style.less @@ -43,6 +43,7 @@ body { } .myFooter { + min-height: 40px !important; color: black; padding-top: 13px; text-align: center; @@ -58,7 +59,7 @@ body { max-height: 20px; } @media @mobile-portrait { - font-size: 26px; + font-size: 2vw; } // the footer should be visible only at the very bottom of a portrait page