Skip to content

Commit

Permalink
fix: minor styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
desujoy committed Jan 9, 2025
1 parent 6753f42 commit 8934873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion views/contributors.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
<% }); %>
</div>
</div>
<%- include('footer.ejs',{data:null}) %>
<%- include('footer.ejs') %>
</body>

0 comments on commit 8934873

Please sign in to comment.