@media only screen and (max-width: 600px) {
.inner-body {
width: 100% !important;
}
.inner-header {
width: 100% !important;
}
.inner-footer {
width: 100% !important;
}
}
|
@media only screen and (max-width: 600px) {
.inner-body {
width: 100% !important;
}
.inner-header {
width: 100% !important;
}
.inner-footer {
width: 100% !important;
}
}
|