Fixing footer

This commit is contained in:
Oleksandr Zhurbenko 2015-03-04 14:28:30 -08:00
parent deb0f05235
commit 94ada286cd
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template name="footer"> <template name="footer">
<div id="footer" class="myFooter gradientBar navbar navbar-default"> <div id="footer" class="myFooter gradientBar navbar-default">
{{{getFooterString}}} {{{getFooterString}}}
</div> </div>
</template> </template>

View File

@ -43,6 +43,7 @@ body {
} }
.myFooter { .myFooter {
min-height: 40px !important;
color: black; color: black;
padding-top: 13px; padding-top: 13px;
text-align: center; text-align: center;
@ -58,7 +59,7 @@ body {
max-height: 20px; max-height: 20px;
} }
@media @mobile-portrait { @media @mobile-portrait {
font-size: 26px; font-size: 2vw;
} }
// the footer should be visible only at the very bottom of a portrait page // the footer should be visible only at the very bottom of a portrait page