11ae41b9 by Jeremy Groot

fix to title wrap

1 parent 39a271d6
...@@ -14423,6 +14423,7 @@ article > h1 + p { ...@@ -14423,6 +14423,7 @@ article > h1 + p {
14423 14423
14424 a.pdf, a.extern, a.xls, a.mailto { 14424 a.pdf, a.extern, a.xls, a.mailto {
14425 color: #000000; 14425 color: #000000;
14426 padding: 0;
14426 font-size: 1rem; 14427 font-size: 1rem;
14427 font-family: "Helvetica-Bold"; 14428 font-family: "Helvetica-Bold";
14428 display: flex; 14429 display: flex;
...@@ -14515,6 +14516,7 @@ a.pdf:hover, a.extern:hover, a.xls:hover, a.mailto:hover { ...@@ -14515,6 +14516,7 @@ a.pdf:hover, a.extern:hover, a.xls:hover, a.mailto:hover {
14515 .sidebar > h2 { 14516 .sidebar > h2 {
14516 margin-top: 0; 14517 margin-top: 0;
14517 font-size: 20px; 14518 font-size: 20px;
14519 white-space: nowrap;
14518 text-transform: uppercase; 14520 text-transform: uppercase;
14519 margin-bottom: 10px; 14521 margin-bottom: 10px;
14520 font-family: "Helvetica-Bold"; 14522 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 { ...@@ -297,6 +297,7 @@ a.pdf, a.extern, a.xls, a.mailto {
297 & > h2 { 297 & > h2 {
298 margin-top:0; 298 margin-top:0;
299 font-size: 20px; 299 font-size: 20px;
300 white-space: nowrap;
300 text-transform: uppercase; 301 text-transform: uppercase;
301 margin-bottom:10px; 302 margin-bottom:10px;
302 font-family: "Helvetica-Bold"; 303 font-family: "Helvetica-Bold";
......