diff --git a/docs/index.html b/docs/index.html index 3334f37..1354160 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,7 +56,7 @@
NeoHtop Screenshot + class="screenshot-img" loading="lazy">
diff --git a/docs/styles.css b/docs/styles.css index 67e23fa..0c9a122 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -338,4 +338,18 @@ footer { .step, .download-button { animation: fadeIn 0.5s ease-out; +} + +.screenshot { + width: 100%; + max-width: 1200px; + margin: 2rem auto; + padding: 0 1rem; +} + +.screenshot-img { + width: 100%; + height: auto; + border-radius: 8px; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } \ No newline at end of file diff --git a/releases/latest/NeoHtop-intel.dmg b/releases/latest/NeoHtop-intel.dmg deleted file mode 100644 index ae8d763..0000000 Binary files a/releases/latest/NeoHtop-intel.dmg and /dev/null differ diff --git a/releases/latest/NeoHtop-silicon.dmg b/releases/latest/NeoHtop-silicon.dmg deleted file mode 100644 index 3a8fac5..0000000 Binary files a/releases/latest/NeoHtop-silicon.dmg and /dev/null differ