About.less 566 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .logo {
  2. text-align: center;
  3. margin: 10px 0;
  4. img {
  5. width: 64px;
  6. height: 64px;
  7. }
  8. }
  9. .content {
  10. text-align: center;
  11. //width: 60%;
  12. //margin: 0 auto;
  13. font-size: 12px;
  14. white-space: normal;
  15. h2, h3 {
  16. font-size: 14px;
  17. margin: 0;
  18. padding: 0;
  19. }
  20. h3 {
  21. font-size: 12px;
  22. line-height: 30px;
  23. }
  24. a {
  25. margin: 0 5px;
  26. display: inline-block;
  27. &:first-child {
  28. margin-left: 0;
  29. }
  30. &:last-child {
  31. margin-right: 0;
  32. }
  33. }
  34. }
  35. .version {
  36. color: #999;
  37. margin-bottom: 5px;
  38. }
  39. .br {
  40. height: 10px;
  41. }