Skip to content

Commit

Permalink
🎨 feat: Center-align main banner text
Browse files Browse the repository at this point in the history
Added a CSS class to center-align the text in the main banner. This change enhances the visual coherence of the banner and ensures a consistent look across different devices.
  • Loading branch information
Sorok-Dva committed Aug 17, 2024
1 parent f6e0648 commit 76fb334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LandingPage/MainBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const MainBanner: React.FC = () => {
data-aos="fade-in"
data-aos-duration="800"
data-aos-delay="200"
className="text-center"
>
<b>Explorez les mystères de vos nuits et transformez vos rêves en aventures.</b><br />
"Le Sentier des Rêves" est une application dédiée aux explorateurs du sommeil, vous offrant des outils pour maîtriser l'art du rêve lucide,
Expand Down

0 comments on commit 76fb334

Please sign in to comment.