Skip to content

Commit eff713c

Browse files
Update index.html
Signed-off-by: Igor Mundstein <3512138+IgorMundstein@users.noreply.github.com>
1 parent 8bc58b1 commit eff713c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
padding-bottom: 2px;
9090
white-space: nowrap;
9191
}
92+
@media (max-width: 639px) {
93+
.code-block code {
94+
white-space: normal;
95+
word-break: break-word;
96+
}
97+
}
9298
.copy-btn {
9399
background: var(--color-bg-secondary);
94100
border-radius: 0.375rem;
@@ -312,7 +318,7 @@ <h2 class="mb-8 text-center text-3xl font-bold text-white md:text-4xl">Get Start
312318
Download
313319
</a>
314320

315-
<div class="mx-auto max-w-2xl rounded-xl border border-gray-800 bg-gray-900/50 p-6">
321+
<div class="mx-auto max-w-xl rounded-xl border border-gray-800 bg-gray-900/50 p-6">
316322
<div class="grid grid-cols-[auto,1fr] items-center gap-x-8 gap-y-4 text-left">
317323
<a class="justify-self-start whitespace-nowrap text-blue-400 hover:underline" href="https://community.chocolatey.org/packages/winmemorycleaner" rel="noopener" target="_blank">
318324
Chocolatey

0 commit comments

Comments
 (0)