Make the footer only disappear on tiny screens
This commit is contained in:
parent
7e8f4ab07b
commit
74feb4216a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ var isProd = document.location.hostname === 'quay.io';
|
|||
|
||||
<div class="footer-container" ng-class="fixFooter ? 'fixed' : ''">
|
||||
<div class="page-footer-padder">
|
||||
<nav class="page-footer visible-lg visible-md">
|
||||
<nav class="page-footer hidden-xs">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<ul>
|
||||
|
|
Reference in a new issue