style.css 183 B

1234567891011121314
  1. body {
  2. background-attachment: fixed;
  3. background-size: cover;
  4. margin: 0;
  5. }
  6. .element {
  7. margin-top: -4px !important;
  8. }
  9. .element_pad {
  10. margin-top: 10px;
  11. margin-bottom: 10px;
  12. }