correct width android
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user