mirror of
https://github.com/zen-browser/astro-site-test.git
synced 2025-07-07 21:39:58 +02:00
refactor(hero): remove font class from paragraph for cleaner styling
This commit is contained in:
parent
977be56114
commit
54c88d34e2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import '@fontsource/dm-sans/700.css';
|
|||
|
||||
<section id="hero" class="section">
|
||||
<h2>Stay focused, browse faster</h2>
|
||||
<p class="max-w-prose text-xl text-muted font-dm">
|
||||
<p class="max-w-prose text-xl text-muted">
|
||||
Zen is beautifully designed, privacy-focused, and packed with features. We
|
||||
care about your experience, not your data.
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue