Fix footer on medium size screens

This commit is contained in:
DL6ER
2016-12-15 13:18:40 +01:00
parent a2932c2fd8
commit a23a4464b2
+2 -2
View File
@@ -2,7 +2,8 @@
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer class="main-footer">
<footer class="main-footer row">
<i class="fa fa-github"></i> <strong><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=3J2L3Z4DHW9UY">Donate</a></strong> if you found this useful.
<div class="pull-right hidden-xs">
<?php
// Check if on a dev branch
@@ -29,7 +30,6 @@
<b>Pi-hole Version </b> <span id="piholeVersion"><?php echo $piholeVersion; ?></span><?php if(isset($piholeCommit)) { echo " (".$piholeBranch.", ".$piholeCommit.")"; } ?>
<b>Web Interface Version </b> <span id="webVersion"><?php echo $webVersion; ?></span><?php if(isset($webCommit)) { echo " (".$webBranch.", ".$webCommit.")"; } ?>
</div>
<i class="fa fa-github"></i> <strong><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=3J2L3Z4DHW9UY">Donate</a></strong> if you found this useful.
</footer>
</div>
<!-- ./wrapper -->