11ae41b9 by Jeremy Groot

fix to title wrap

1 parent 39a271d6
......@@ -14423,6 +14423,7 @@ article > h1 + p {
a.pdf, a.extern, a.xls, a.mailto {
color: #000000;
padding: 0;
font-size: 1rem;
font-family: "Helvetica-Bold";
display: flex;
......@@ -14515,6 +14516,7 @@ a.pdf:hover, a.extern:hover, a.xls:hover, a.mailto:hover {
.sidebar > h2 {
margin-top: 0;
font-size: 20px;
white-space: nowrap;
text-transform: uppercase;
margin-bottom: 10px;
font-family: "Helvetica-Bold";
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -297,6 +297,7 @@ a.pdf, a.extern, a.xls, a.mailto {
& > h2 {
margin-top:0;
font-size: 20px;
white-space: nowrap;
text-transform: uppercase;
margin-bottom:10px;
font-family: "Helvetica-Bold";
......