mobile.css 263 B

12345678910111213141516
  1. body {
  2. margin: 0;
  3. background-attachment: fixed;
  4. background-size: auto 100%;
  5. background-repeat: no-repeat;
  6. background-position: center top;
  7. }
  8. .content {
  9. width:90% !important;
  10. }
  11. .postMenu {
  12. padding:3px 5px 3px 5px;
  13. margin-top:-11px !important;
  14. }