The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

29 satır
433 B

  1. .compact-header {
  2. h1 {
  3. font-size: 24px;
  4. line-height: 28px;
  5. color: $color3;
  6. overflow: hidden;
  7. font-weight: 500;
  8. margin-bottom: 20px;
  9. a {
  10. color: inherit;
  11. text-decoration: none;
  12. }
  13. small {
  14. font-weight: 400;
  15. color: $color2;
  16. }
  17. img {
  18. display: inline-block;
  19. margin-bottom: -5px;
  20. margin-right: 15px;
  21. width: 36px;
  22. height: 36px;
  23. }
  24. }
  25. }