#toolbar { layout: grid; grid-size: 5 1; grid-columns: 4 4 4 4 1fr; grid-gutter: 1; height: 3; dock: top; } #toolbar.mobile { grid-size: 2 1; grid-columns: 4 1fr; grid-gutter: 0; } #toolbar.mobile Button { display: none; } #toolbar.mobile Button.mobile { display: block; } .header { content-align: center middle; } .h1.header { border:double white; text-style: bold; } .h2.header { border-bottom: solid white; text-style: bold; } .h3.header { } Quote { text-style: italic; } Preformatted { height: auto; border: round white; } Preformatted > Static { width: auto; } HighlightedCode { overflow: auto; max-height: 100%; } HighlightedCode > * { width: auto; height: auto; }