Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
Time-stamp: <Sun 2021-02-07 22:20 svarrette>
Extra CSS configuration of the ULHPC Technical Documentation website
*/

Expand All @@ -9,3 +8,19 @@
.md-typeset ul li li li{
list-style: square;
}

/* Control the width of the text area */
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: 24in; /* Use `none` for full width */
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}