Skip to content

Commit 600d868

Browse files
committed
Use common resolution width
1 parent b82f3df commit 600d868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
--banner-height: calc(var(--spacing) * 9);
2525
/*--offset-top: calc(var(--header-height) + var(--banner-height));*/
2626
--offset-top: 72px;
27-
--max-layout-width: 1800px;
27+
--max-layout-width: 1920px;
2828
}
2929

3030
@media screen and (min-width: 767px) {

0 commit comments

Comments
 (0)