We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5191932 commit a1ef063Copy full SHA for a1ef063
src/Elastic.Markdown/Assets/styles.css
@@ -26,7 +26,9 @@
26
--offset-top: 72px;
27
--max-layout-width: 1500px;
28
--max-sidebar-width: calc(var(--spacing) * 65);
29
- --max-content-width: calc(var(--max-layout-width) - (var(--max-sidebar-width) * 2))
+ --max-content-width: calc(
30
+ var(--max-layout-width) - (var(--max-sidebar-width) * 2)
31
+ );
32
}
33
34
@media screen and (min-width: 767px) {
0 commit comments