No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

link.css 204B

123456789101112
  1. @charset "utf-8";
  2. @media screen and (max-width: 768px) {
  3. .link_mobile {
  4. word-break: break-all;
  5. }
  6. .link_nonDecoration {
  7. color: #000000;
  8. text-decoration: none;
  9. }
  10. }