General improvements

This commit is contained in:
Marc Riera Irigoyen 2020-06-30 23:09:07 +02:00
parent 2af206caf9
commit e17269bc14
5 changed files with 74 additions and 84 deletions

View file

@ -257,6 +257,11 @@ nav ul li a {
padding: 10px 20px 10px 20px;
margin-bottom: 20px;
text-align: justify;
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.timestamp,