possible chrome css fix, because chrome is dumb

merge-requests/208/head
Thomas Lynch 4 years ago
parent 387281813f
commit 5579fec9ac
  1. 7
      gulp/res/css/style.css

@ -1251,6 +1251,13 @@ row.wrap.sb .col {
}
}
/*fuck off with mobile chromeshit*/
@media only screen and (max-width: 920px) {
.w900 {
width: 100%
}
}
@media only screen and (max-width: 600px) {
.postmenu {

Loading…
Cancel
Save