diff --git a/public/css/style.css b/public/css/style.css index af84f1c..44f6964 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -124,23 +124,13 @@ img { .fixed-bottom { font-family: cursive; + position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; } -@media screen and (min-width: 1120px) { - .fixed-bottom { - font-family: cursive; - position: fixed; - left: 0; - bottom: 0; - width: 100%; - text-align: center; - } -} - .copyright-box > a { text-decoration: none; } diff --git a/views/contributors.ejs b/views/contributors.ejs index 5e5e1be..40ae16e 100644 --- a/views/contributors.ejs +++ b/views/contributors.ejs @@ -29,5 +29,5 @@ <% }); %> - <%- include('footer.ejs',{data:null}) %> + <%- include('footer.ejs') %>