- fix

parent b57f6885
...@@ -2786,4 +2786,10 @@ width: 95%; ...@@ -2786,4 +2786,10 @@ width: 95%;
font-size: 26px; font-size: 26px;
} }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
.container {
width: 320px !important;
}
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment