1234567891011121314151617181920212223242526272829303132 |
- #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;
- }
- .row>.col {
- width:100%;
- float:left;
- }
- .row.col-lg-1>.col, .row.col-lg-2>.col, .row.col-lg-3>.col, .row.col-lg-4>.col{
- width: 100%;
- }
|