25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

27 satır
519 B

  1. /**
  2. * Copyright (c) 2017-present, Facebook, Inc.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. /* your custom css */
  8. @media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
  9. }
  10. @media only screen and (min-width: 1024px) {
  11. }
  12. @media only screen and (max-width: 1023px) {
  13. }
  14. @media only screen and (min-width: 1400px) {
  15. }
  16. @media only screen and (min-width: 1500px) {
  17. }
  18. #buymeacoffee {
  19. height: 50px;
  20. }