From ef0a6a44c9ea83d95d5cad957500c840fc6209b6 Mon Sep 17 00:00:00 2001 From: Max G Date: Sun, 23 Feb 2020 06:46:23 +0000 Subject: [PATCH] * Fixed title display issue on note --- client/src/assets/semantic-helper.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }