base.css 117 B

123456789
  1. body {
  2. overflow-y: scroll;
  3. overflow-x: hidden;
  4. }
  5. #foot {
  6. text-align: center;
  7. padding-bottom: 10px;
  8. }