* Fixed title display issue on note

This commit is contained in:
Max G 2020-02-23 06:46:23 +00:00
parent 21f606b480
commit 596703a963

View File

@ -212,7 +212,7 @@ a:hover {
scrollbar-width: none; scrollbar-width: none;
} }
/*Makes the first line real big */ /*Makes the first line real big */
.squire-box p:first-child { .squire-box > p:first-child {
font-size: 1.4em; font-size: 1.4em;
line-height: 1.7em; line-height: 1.7em;
} }