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.

styles.css 410B

1234567891011121314151617181920212223
  1. body {
  2. padding-top: 70px;
  3. }
  4. footer {
  5. margin: 50px 0;
  6. }
  7. .no-text-select {
  8. -webkit-touch-callout: none;
  9. -webkit-user-select: none;
  10. -khtml-user-select: none;
  11. -moz-user-select: none;
  12. -ms-user-select: none;
  13. user-select: none;
  14. }
  15. /**
  16. ========================================================
  17. **/
  18. .navbar-brand {
  19. padding-right: 42px;
  20. }
  21. /**
  22. ========================================================
  23. **/