minsung

overwrite js file for CSS applying

<style>
a:visited{color:black;}
a:active {color: black;}
......@@ -59,5 +58,7 @@ a{text-decoration: none;color: black;}
}
@media screen and (min-width:0) and (max-width:767px){.khu-nav-row{padding:0 4vw}
</style>
@media screen and (min-width:0) and (max-width:767px)
{
.khu-nav-row{padding:0 4vw;}
}
\ No newline at end of file
......
import ChatContainer_CSS from ChatContainer_CSS.css
......