5 lines
99 B
CSS
5 lines
99 B
CSS
|
@media screen and (max-width: 798px) {
|
||
|
#container {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
}
|