/* Remove the blank line created by the original title <br> on mobile. */

@media screen and (max-width: 1240px) {
    #title p > br {
        display: none;
    }

    #title p > font[size="5"] {
        margin-top: 0;
    }
}
