Skip to content

Commit

Permalink
BOSSES: reduce icons on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Jan 20, 2024
1 parent 082b470 commit b0ef2dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/bosses.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@
margin-left: -2em;
text-align: center;
}
@media (max-width:799px) {
#boss-list img {
width: 96px;
margin-left: initial;
}
}
2 changes: 1 addition & 1 deletion js/menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0ef2dd

Please sign in to comment.