- Cataloghi: parte finale... prima bozza 9 dic

This commit is contained in:
Surya Paolo
2024-12-09 12:32:19 +01:00
parent 5c20e75b6a
commit 29c59588c7
33 changed files with 1009 additions and 397 deletions

View File

@@ -2553,4 +2553,16 @@ body.body--dark {
.uppercase {
text-transform: uppercase;
}
.justified-text {
text-align: justify;
hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
word-break: break-word;
overflow-wrap: break-word;
/* Supporto per lingue specifiche */
lang: it; /* Imposta la lingua a italiano */
}