correct width android

This commit is contained in:
arlemp@selectel.ru
2021-11-23 13:09:24 +03:00
parent ad117ab08f
commit c11788ae8a
2 changed files with 9 additions and 1 deletions

View File

@@ -1984,6 +1984,10 @@ img-fluid{
/** ultrabooks and ipads **/
@media (max-width: 768px) {
body {
width: 100%;
}
#left{
display: none;
@@ -2104,6 +2108,10 @@ img-fluid{
and (min-device-width : 340px)
and (max-device-width : 667px) {
body {
width: 100%;
}
#content{
margin: 8px;
width: 100%;