diff --git a/client/src/assets/semantic-helper.css b/client/src/assets/semantic-helper.css index 1cb6442..2c0ed0e 100644 --- a/client/src/assets/semantic-helper.css +++ b/client/src/assets/semantic-helper.css @@ -212,7 +212,7 @@ a:hover { scrollbar-width: none; } /*Makes the first line real big */ - .squire-box p:first-child { + .squire-box > p:first-child { font-size: 1.4em; line-height: 1.7em; }