style-med.css 369 B

1234567891011121314151617181920212223242526272829303132
  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. }
  20. .row>.col {
  21. width:100%;
  22. float:left;
  23. }
  24. .row.col-lg-1>.col, .row.col-lg-2>.col, .row.col-lg-3>.col, .row.col-lg-4>.col{
  25. width: 100%;
  26. }