diff --git a/wp-content/themes/twentytwentyfive/assets/css/components/home.css b/wp-content/themes/twentytwentyfive/assets/css/components/home.css index b45fb0a..8316113 100644 --- a/wp-content/themes/twentytwentyfive/assets/css/components/home.css +++ b/wp-content/themes/twentytwentyfive/assets/css/components/home.css @@ -49,7 +49,7 @@ } .hero__eyebrow { - margin: 0 0 10px; + margin: 0 0 50px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; @@ -188,6 +188,9 @@ } .category__item { + display: flex; + flex-direction: column; + align-items: center; text-decoration: none; color: #2f2520; border-radius: 16px; @@ -199,7 +202,7 @@ .category__item span { display: block; padding: 10px 12px; - font-weight: 700; + /* font-weight: 700; */ } .showcase__grid {