Skip to content

Commit acd2681

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,11 @@ <h1 class="bg-gradient-to-r from-blue-400 to-purple-500 bg-clip-text text-4xl fo
237237
This free RAM cleaner uses native Windows features to efficiently clear memory areas, helping to resolve slow performance caused by programs that fail to release allocated memory.
238238
</p>
239239
<div class="flex flex-col items-center justify-center gap-4">
240-
<div class="flex w-full flex-col gap-4 sm:w-auto sm:flex-row">
241-
<a class="btn btn-blue w-full sm:w-64 text-lg" href="#download">
240+
<div class="flex w-full flex-col items-center justify-center gap-4 sm:flex-row sm:gap-6">
241+
<a class="btn btn-blue w-full sm:w-56 text-lg" href="#download">
242242
Download
243243
</a>
244-
<a class="btn btn-gray w-full sm:w-64 text-lg" href="https://github.com/IgorMundstein/WinMemoryCleaner?tab=readme-ov-file#windows-memory-cleaner" rel="noopener" target="_blank">
244+
<a class="btn btn-gray w-full sm:w-56 text-lg" href="https://github.com/IgorMundstein/WinMemoryCleaner?tab=readme-ov-file#windows-memory-cleaner" rel="noopener" target="_blank">
245245
Documentation
246246
</a>
247247
</div>
@@ -424,7 +424,7 @@ <h2 class="mb-8 text-center text-3xl font-bold text-white md:text-4xl">Get Start
424424
</p>
425425
<div class="mx-auto code-box-fixed-width rounded-xl border border-gray-800 bg-gray-900/50 p-6">
426426

427-
<div class="flex flex-col gap-6 text-left">
427+
<div class="flex flex-col gap-4 text-left">
428428

429429
<div class="flex justify-center">
430430
<a class="btn btn-blue w-full sm:w-auto flex-col px-8 py-3" href="https://github.com/IgorMundstein/WinMemoryCleaner/releases/latest/download/WinMemoryCleaner.exe">
@@ -436,16 +436,16 @@ <h2 class="mb-8 text-center text-3xl font-bold text-white md:text-4xl">Get Start
436436
<div class="border-t border-gray-700"></div>
437437

438438
<div>
439-
<a class="block mb-2 text-sm font-semibold hover:text-blue-400" href="https://community.chocolatey.org/packages/winmemorycleaner" rel="noopener" target="_blank">Chocolatey</a>
439+
<a class="block mb-1 text-sm font-semibold hover:text-blue-400" href="https://community.chocolatey.org/packages/winmemorycleaner" rel="noopener" target="_blank">Chocolatey</a>
440440
<div class="code-block w-full">
441441
<code>choco install winmemorycleaner</code>
442442
<button class="copy-btn" data-copy="choco install winmemorycleaner" title="Copy command"></button>
443443
</div>
444444
</div>
445445

446446
<div>
447-
<a class="block mb-2 text-sm font-semibold hover:text-blue-400" href="https://scoop.sh/#/apps?q=WinMemoryCleaner&o=true&dm=true&n=true" rel="noopener" target="_blank">Scoop</a>
448-
<div class="flex flex-col gap-y-2">
447+
<a class="block mb-1 text-sm font-semibold hover:text-blue-400" href="https://scoop.sh/#/apps?q=WinMemoryCleaner&o=true&dm=true&n=true" rel="noopener" target="_blank">Scoop</a>
448+
<div class="flex flex-col gap-y-1">
449449
<div class="code-block">
450450
<code>scoop bucket add extras</code>
451451
<button class="copy-btn" data-copy="scoop bucket add extras" title="Copy command"></button>
@@ -458,7 +458,7 @@ <h2 class="mb-8 text-center text-3xl font-bold text-white md:text-4xl">Get Start
458458
</div>
459459

460460
<div>
461-
<a class="block mb-2 text-sm font-semibold hover:text-blue-400" href="https://winstall.app/apps/IgorMundstein.WinMemoryCleaner" rel="noopener" target="_blank">WinGet</a>
461+
<a class="block mb-1 text-sm font-semibold hover:text-blue-400" href="https://winstall.app/apps/IgorMundstein.WinMemoryCleaner" rel="noopener" target="_blank">WinGet</a>
462462
<div class="code-block w-full">
463463
<code>winget install IgorMundstein.WinMemoryCleaner</code>
464464
<button class="copy-btn" data-copy="winget install IgorMundstein.WinMemoryCleaner" title="Copy command"></button>

0 commit comments

Comments
 (0)