style-med.css 231 B

1234567891011121314151617181920212223
  1. #menu{
  2. display: none;
  3. box-shadow: none;
  4. }
  5. #main, #main-header{
  6. padding-left:0;
  7. }
  8. #menu-button{
  9. cursor: pointer;
  10. display: inline-block;
  11. max-height: 100%;
  12. }
  13. #buttons{
  14. left:0;
  15. }
  16. #buttons button{
  17. width:60px;
  18. height:60px;
  19. }