Fix comic being outside of screen on mobile

This commit is contained in:
malik 2024-02-04 22:11:45 +01:00
parent d1d0ec9bf5
commit 194c77cee6

View file

@ -307,6 +307,10 @@ table tr td{
table{
margin: 1%;
}
.comic {
margin-left: 0;
}
}
@media only screen and (max-width:600px){