Browse Source

Implements pull request #86 without the padding because margin-top is already set by media-query for screens <= 600px

pull/40/head
Benjamin Southall 7 years ago
parent
commit
5684461902
  1. 2
      stylesheets/style.css

2
stylesheets/style.css

@ -47,7 +47,7 @@ div.boardlist.bottom {
img.banner, img.board_image {
max-width: 100%!important;
max-width: 100vw;
}

Loading…
Cancel
Save