Added css to break lines for long Fibonacci numbers.

master
mhunsinger 2016-06-22 00:55:59 +00:00
parent 8b5ae0d771
commit d46d2e54bc
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.zci--fibonacci .c-base__title {
word-break: break-all;
}