general.css 228B

12345678910111213
  1. /* General styles
  2. -------------------------------------------------- */
  3. /* Block scrolling */
  4. html, body {
  5. overflow-x: hidden;
  6. }
  7. /* Padding for top static navbar */
  8. body {
  9. padding-top: 60px;
  10. padding-bottom: 40px;
  11. }