add some custom css styles for better html formatting
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
:root {
|
||||
--content-max-width: 1280px;
|
||||
}
|
||||
|
||||
#sidebar-toggle-anchor:checked ~ .page-wrapper .nav-wide-wrapper {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#sidebar-toggle-anchor:checked ~ .page-wrapper .nav-wrapper {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user