Unverified Commit 249db25c authored by Nikolay Gromov's avatar Nikolay Gromov Committed by GitHub

Добавил правила для переноса в параграфах

parent 1ffe5f0a
......@@ -222,6 +222,15 @@ figure {
margin-bottom: $typo-margin-vertical;
}
p {
// http://clagnut.com/blog/2395
hyphens: auto;
hyphenate-limit-chars: 6 3 3;
hyphenate-limit-lines: 2;
hyphenate-limit-last: always;
hyphenate-limit-zone: 8%;
}
address {
font-style: normal;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment