Fixing footer
This commit is contained in:
parent
deb0f05235
commit
94ada286cd
@ -1,5 +1,5 @@
|
||||
<template name="footer">
|
||||
<div id="footer" class="myFooter gradientBar navbar navbar-default">
|
||||
<div id="footer" class="myFooter gradientBar navbar-default">
|
||||
{{{getFooterString}}}
|
||||
</div>
|
||||
</template>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user