Implements pull request #86 without the padding because margin-top is already set by media-query for screens <= 600px
This commit is contained in:
parent
8c57f71893
commit
5684461902
|
@ -47,7 +47,7 @@ div.boardlist.bottom {
|
||||||
|
|
||||||
img.banner, img.board_image {
|
img.banner, img.board_image {
|
||||||
|
|
||||||
max-width: 100%!important;
|
max-width: 100vw;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue