Added slightly specific rule to let headings wrap

closes #90
This commit is contained in:
Stefan Zermatten
2017-06-28 09:26:13 +02:00
parent ad4e3f5b20
commit 0e0662cc9a

View File

@@ -1,3 +1,7 @@
body .paper-font-display4, body .paper-font-display3, body .paper-font-title, body .paper-font-caption{
white-space: normal;
}
.white-text {
color: #dedede;
color: rgba(255,255,255,0.87);