Fixing footer
This commit is contained in:
parent
deb0f05235
commit
94ada286cd
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user