Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: improve header layout and content #39

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@
<div class="card bg-base-100 shadow-xl">
<div class="card-body flex flex-col min-h-[400px]">
<div class="mb-8">
<div class="flex items-baseline gap-4 mb-4">
<h2 class="card-title text-3xl font-magic text-primary">Magic Markdown</h2>
<div class="mb-4">
<h2 class="card-title text-3xl font-magic text-primary mb-2">Magic Markdown</h2>
<p class="text-xl text-base-content/70">From any document to perfectly structured markdown in seconds.</p>
</div>
<div class="text-base-content/70 space-y-1">
<p>Supports PDFs, scans / images, Docx, Html and PowerPoint documents.</p>
<p>Supports PDF, DOCX and HTML documents, scans / images and PowerPoint presentations.</p>
<p>Preserves page layout, reading order and tables.</p>
</div>
</div>
Expand Down
Loading