fullpage.css 504 B

1234567891011121314151617181920212223242526
  1. body {
  2. font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  3. color: #ffffff;
  4. background-color: #578EA9;
  5. }
  6. .brand-heading {
  7. font-size: 600%;
  8. margin-left: -10%;
  9. }
  10. .icon-conversejs {
  11. font-size: 88%;
  12. }
  13. .brand-heading div.content {
  14. height: 100vh;
  15. width: 100vw;
  16. position: fixed;
  17. background-color: #578EA9;
  18. }
  19. .brand-heading div.content .inner-content {
  20. text-align: center;
  21. padding: 7%;
  22. }
  23. p.no-chats {
  24. padding-right: 10%;
  25. font-size: 120%;
  26. }