diff --git a/src/components/PrimaryFeatures.jsx b/src/components/PrimaryFeatures.jsx index b7f1562..79e2bdd 100644 --- a/src/components/PrimaryFeatures.jsx +++ b/src/components/PrimaryFeatures.jsx @@ -59,7 +59,7 @@ export function PrimaryFeatures() {
@@ -67,7 +67,7 @@ export function PrimaryFeatures() {

Elevate your web development experience with the comprehensive toolset!

-

+

Everything you need to create pixel-perfect, responsive websites with ease.

@@ -218,4 +218,4 @@ const FeatureMedia = memo(function FeatureMedia({ feature }) { ))} ); -}); +}); \ No newline at end of file diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index b509cbc..bca7b27 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -28,4 +28,27 @@ /* Gap between columns */ .column-gap-6 { column-gap: 1.5rem; +} + +@media (max-width: 370px) { + .overflow-avoid { + padding-top: 20px; + } +} + +@media (max-width: 340px) { + .overflow-avoid { + padding-top: 10px; + } +} + +@media (max-width: 325px) { + .overflow-avoid { + padding-top: 5px; + } + + .text-overflow-avoid { + font-size: 1rem; + margin-top: 0.25rem; + } } \ No newline at end of file