File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments