Skip to content

Commit 72c3931

Browse files
committed
max not min
1 parent c828626 commit 72c3931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/MarkdownContent.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const { tableOfContents } = Astro.props.entry.data;
4343
<ImageZoom />
4444
<div class="sl-markdown-content">
4545
<slot />
46-
<div class="block !mt-[1.5em] min-[72rem]:hidden">
46+
<div class="block !mt-[1.5em] max-[72rem]:hidden">
4747
<FeedbackPrompt />
4848
</div>
4949
</div>

0 commit comments

Comments
 (0)