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

This commit is contained in:
mb@mb 2018-10-30 13:36:20 +01:00
parent 583785cd3c
commit 5cf688a7a9

View File

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