Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Fit descriptions to cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Pdawg-bytes committed Aug 14, 2023
1 parent 8845001 commit b8062d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const featureCards = [
{
name: 'Better scaling',
description: "Rectify11 makes UI controls consistent on different resolutions and scaling options by improving Microsoft's visual style",
description: "Rectify11 makes UI controls consistent on different resolutions and scaling options by improving Microsoft's visual style.",
hero: "/images/scaling.png"
},
{
Expand All @@ -15,7 +15,7 @@
},
{
name: 'Truly consistent',
description: 'We have tried our best to replicate fluent controls in our themes, and add proper dark mode support to most apps by creating a custom theme.',
description: 'We have tried our best to replicate fluent controls in our themes, and add proper dark mode support to most apps.',
hero: "/images/ui.png"
},
{
Expand Down

0 comments on commit b8062d9

Please sign in to comment.