Update User Guide

This commit is contained in:
paulbalandan 2021-02-10 14:37:32 +00:00
parent 9cb96607d9
commit e89b2db8f6

View File

@ -95,6 +95,20 @@ body, p, legend {
background-size: 200px;
}
/* -- Breakpoint for large screens (> 900px) --------- */
@media (min-width: 900px) and (max-width: 1100px) {
.wy-nav-content {
max-width: 1620px;
}
}
@media (min-width: 1100px) {
.wy-nav-content {
margin: 0 auto;
max-width: 1620px;
}
}
/* Titles ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {