9 lines
173 B
CSS
9 lines
173 B
CSS
|
@media screen and (max-width: 767px) {
|
||
|
body > div {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
|
||
|
body > div:first-child #arrow {
|
||
|
display: block !important;
|
||
|
}
|
||
|
}
|