Prevent Patrons Circle name from breaking across column border

This commit is contained in:
Alex Cabal 2022-08-01 11:53:43 -05:00
parent 68218c3482
commit 7e16e70229

View file

@ -2141,6 +2141,7 @@ h1 + ul.message,
.masthead ol li p{
margin-top: 0;
text-align: left;
display: inline-block; /* Prevent a p from breaking across column division */
}
.masthead hgroup * + *{