diff --git a/components/homepage-contributor-spotlight/server.css b/components/homepage-contributor-spotlight/server.css index fe01d4744..2b9d171fa 100644 --- a/components/homepage-contributor-spotlight/server.css +++ b/components/homepage-contributor-spotlight/server.css @@ -22,6 +22,7 @@ .homepage-contributor-spotlight__name { width: max-content; + max-width: 100%; padding: 0.125em 0.25em; @@ -37,6 +38,10 @@ &:not(:hover) { text-decoration: none; } + + @media (width <= 768px) { + text-align: center; + } } .homepage-contributor-spotlight__quote {