Showing
2 changed files
with
5 additions
and
3 deletions
1 | -<style> | ||
2 | 1 | ||
3 | a:visited{color:black;} | 2 | a:visited{color:black;} |
4 | a:active {color: black;} | 3 | a:active {color: black;} |
... | @@ -59,5 +58,7 @@ a{text-decoration: none;color: black;} | ... | @@ -59,5 +58,7 @@ a{text-decoration: none;color: black;} |
59 | 58 | ||
60 | } | 59 | } |
61 | 60 | ||
62 | -@media screen and (min-width:0) and (max-width:767px){.khu-nav-row{padding:0 4vw} | 61 | +@media screen and (min-width:0) and (max-width:767px) |
63 | -</style> | 62 | +{ |
63 | + .khu-nav-row{padding:0 4vw;} | ||
64 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
1 | +import ChatContainer_CSS from ChatContainer_CSS.css | ... | ... |
-
Please register or login to post a comment