7 lines
130 B
CSS
7 lines
130 B
CSS
@media only screen and (max-width: 768px) {
|
|
/* For mobile phones: */
|
|
/* [class*="col-"] {
|
|
width: 100%;
|
|
} */
|
|
}
|