Commit 9def6863 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: add max-width to landing page subtext (#5585)

parent a88c0837
......@@ -65,6 +65,7 @@ const SubText = styled.h3`
line-height: 24px;
font-weight: 400;
text-align: center;
max-width: 600px;
@media screen and (min-width: ${DESKTOP_BREAKPOINT}px) {
font-size: 28px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment