Skip to content

Commit d44f848

Browse files
committed
Remove unnecessary lg class
1 parent a330439 commit d44f848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Elastic.Markdown/Slices/_Layout.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<div class="max-w-(--max-layout-width) w-full h-full grid
3535
grid-cols-1
3636
md:grid-cols-[var(--max-sidebar-width)_1fr]
37-
lg:grid-cols-[var(--max-sidebar-width)_1fr]
3837
">
3938
@await RenderPartialAsync(_PagesNav.Create<GlobalLayoutViewModel>(Model))
4039
<div class="lg:grid lg:grid-cols-[1fr_var(--max-sidebar-width)]">

0 commit comments

Comments
 (0)