Update style.css

This commit is contained in:
Luca 2019-05-24 11:46:37 +02:00
parent a6231a913d
commit c11e3c4e88
1 changed files with 12 additions and 0 deletions

View File

@ -826,4 +826,16 @@ input.small-width {
}
.skin-default .navbar-custom-menu li a:hover, .skin-default .nav li a:hover{
background: #222222;
}
.row{
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}