Changes between Initial Version and Version 1 of Ticket #7115, comment 2
- Timestamp:
- 07/03/2023 06:46:21 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7115, comment 2
initial v1 1 Css to fix this issues 1 CSS to fix these issues 2 3 [[Image(https://drive.google.com/file/d/1OsbBIXT6BlDbW8yskT500RiaO_HsOe3L/view)]] 2 4 3 5 {{{ 4 .single-handbook #content { 5 margin-left: 0 !important; 6 width: 100%; 7 background-color: #fff; 6 @media (max-width: 876px) { 7 .single-handbook #content { 8 margin-left: 0 !important; 9 width: 100%; 10 background-color: #fff; 11 } 8 12 } 13 9 14 }}}