1234567891011121314151617181920212223 |
- #menu{
- display: none;
- box-shadow: none;
- }
- #main, #main-header{
- padding-left:0;
- }
- #menu-button{
- cursor: pointer;
- display: inline-block;
- max-height: 100%;
- }
- #buttons{
- left:0;
- }
- #buttons button{
- width:60px;
- height:60px;
- }
|