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

Conversation

herrschmidt
Copy link
Owner

Changes

Layout

  • Moved subtitle below title for better readability
  • Added proper spacing between title and subtitle
  • Improved vertical rhythm with consistent margins

Content

  • Fixed capitalization of document types (PDF, DOCX, HTML)
  • Improved readability of supported formats list
  • Reworded description to be clearer and more structured

Before

<div class="flex items-baseline gap-4 mb-4">
    <h2>Magic Markdown</h2>
    <p>From any document...</p>
</div>
<p>Supports PDFs, scans / images, Docx, Html and PowerPoint documents.</p>

After

<div class="mb-4">
    <h2 class="mb-2">Magic Markdown</h2>
    <p>From any document...</p>
</div>
<p>Supports PDF, DOCX and HTML documents, scans / images and PowerPoint presentations.</p>

@herrschmidt herrschmidt merged commit 1d0d03f into main Jan 11, 2025
1 check failed
@herrschmidt herrschmidt deleted the update-header-content branch January 11, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants