my bad solution to the dumb footer placement

pull/3/head
lalanza808 5 years ago
parent 6260e2e59f
commit 613f21f4b7

@ -1054,12 +1054,9 @@ New color: fd4e05
/* Footer */ /* Footer */
#footer { #footer {
background: #202222;
color: #888;
position: relative; position: relative;
width: 100%; width: 100%;
bottom: 0; bottom: 0;
/* height: 100px; */
margin-top: 1em; margin-top: 1em;
} }
@ -1073,11 +1070,10 @@ New color: fd4e05
-o-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
color: #888;
} }
#footer a:active, #footer a:hover { #footer a:active, #footer a:hover {
color: #ffffff; color: #000;
} }
#footer .icons .rounded { #footer .icons .rounded {
@ -1154,5 +1150,8 @@ New color: fd4e05
} }
html { html {
height: 100%;
}
body {
min-height: 100%; min-height: 100%;
} }

@ -75,15 +75,15 @@
hidden: true, hidden: true,
html: '<div data-action="moveElement" data-args="nav"></div>', html: '<div data-action="moveElement" data-args="nav"></div>',
orientation: 'vertical', orientation: 'vertical',
position: 'top-left', position: 'top-right',
side: 'left', side: 'right',
width: 250 width: 250
}, },
navButton: { navButton: {
breakpoints: 'medium', breakpoints: 'medium',
height: '4em', height: '4em',
html: '<span class="toggle" data-action="toggleLayer" data-args="navPanel"></span>', html: '<span class="toggle" data-action="toggleLayer" data-args="navPanel"></span>',
position: 'top-left', position: 'top-right',
side: 'top', side: 'top',
width: '6em' width: '6em'
} }
@ -153,6 +153,7 @@
{% block content %} {% block content %}
{% endblock %} {% endblock %}
<hr>
<footer id="footer"> <footer id="footer">
<div class="container"> <div class="container">
<ul class="copyright"> <ul class="copyright">