* Fixed title display issue on note

This commit is contained in:
Max G 2020-02-23 06:46:23 +00:00
parent fab0b3873f
commit ef0a6a44c9

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;
} }