update readme, web

This commit is contained in:
texm
2023-04-26 08:12:33 +08:00
parent e0488a7d88
commit 1368e9abbb
5 changed files with 15 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
const prevIdx = i => (carouselImages - i)
</script>
<div class="mockup-window rounded-xl bg-base-200 shadow-secondary w-3/5 h-auto">
<div class="mockup-window rounded-xl bg-base-200 w-auto h-fit shadow-lg shadow-secondary">
<img class="inline dark:hidden" alt="dashboard screenshot" src="/images/dashboard-dark.webp" />
<img class="hidden dark:inline" alt="dashboard screenshot" src="/images/dashboard-light.webp" />
</div>