This website works better with JavaScript.
Home
Explore
Help
Sign In
achmizs
/
deus-gaming
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Added no-hyphens CSS class
master
Said Achmiz
5 years ago
parent
098d77eae1
commit
fa1ccf6bde
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
assets/css/main.css
+ 6
- 0
assets/css/main.css
View File
@@ -324,6 +324,12 @@ hr {
clear: both;
}
.no-hyphens {
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}
/*=-----------------=*/
/* Copyright notice. */
/*=-----------------=*/
Write
Preview
Loading…
Cancel
Save