123456789101112131415161718192021222324252627282930 |
- #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%;
- }
|