23 lines
314 B
CSS
23 lines
314 B
CSS
|
|
/*Make the content wider and relative to window size.*/
|
|
.md-grid {
|
|
max-width: 85%
|
|
}
|
|
|
|
:root {
|
|
--md-tooltip-width: 600px;
|
|
}
|
|
|
|
@page {
|
|
size: letter;
|
|
max-width: 100%;
|
|
margin-top: 1in;
|
|
margin-right: 0in;
|
|
margin-bottom: 1in;
|
|
margin-left: 0in;
|
|
}
|
|
|
|
.md-typeset h2 {
|
|
line-height: 1.13;
|
|
}
|