Browse Source

adjusted the media query for mobile to max-wdth 666px

master
mb@mb 6 years ago
parent
commit
5cf688a7a9
  1. 2
      theme/wttf/static/main.css

2
theme/wttf/static/main.css

@ -408,7 +408,7 @@ footer{
}
@media only screen and (orientation:portrait) {
@media only screen and (max-width:666px) {
body {
width: calc(100% - 80px);
}

Loading…
Cancel
Save