Commit 5852ac5f authored by Lahode's avatar Lahode
Browse files

Update main.css

parent 17b86c5f
Pipeline #7137 passed with stages
in 16 seconds
Showing with 6 additions and 0 deletions
+6 -0
...@@ -78,6 +78,12 @@ ...@@ -78,6 +78,12 @@
} */ } */
p { p {
hyphens: auto;
hyphens-limit-chars: auto 5;
hyphens-limit-lines: 2;
-moz-hyphens: auto;
-moz-hyphens-limit-chars: auto 5;
-moz-hyphens-limit-lines: 2;
-webkit-hyphens: auto; -webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 5; -webkit-hyphenate-limit-chars: auto 5;
-webkit-hyphenate-limit-lines: 2; -webkit-hyphenate-limit-lines: 2;
......
Supports Markdown
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