first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@media only screen and (max-width: 768px) {
|
||||
/* For mobile phones: */
|
||||
/* [class*="col-"] {
|
||||
width: 100%;
|
||||
} */
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user