Remove white-space:nowrap from headings, which hurts readability on smaller screens. Originally added in 1276fa699f.
This commit is contained in:
@@ -17,7 +17,6 @@ h6 { font-size: 1.5rem; }
|
|||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
white-space:nowrap;
|
|
||||||
text-shadow: 1px 1px 2px white;
|
text-shadow: 1px 1px 2px white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user