refactor: adjust spacing and text styling in network feature components

- Reduced NetworkCapabilities description margin from mt-3 to mt-2 and removed text-lg class
- Changed PrimaryFeatures mobile description from color="secondary" to text-gray-200 with mt-2 (note: appears to have typo "mt-" instead of "mt-2")
This commit is contained in:
2025-11-19 18:04:06 +01:00
parent e6b194e8c7
commit b21f874a05
2 changed files with 2 additions and 2 deletions

View File

@@ -369,7 +369,7 @@ function FeaturesMobile() {
<MobileFeatureTitle color="white" className="mt-6">
{feature.name}
</MobileFeatureTitle>
<FeatureDescription color="secondary" className="mt-2">
<FeatureDescription className="mt- text-gray-200">
{feature.description}
</FeatureDescription>
</div>