- Catalogo: qualità di stampa, margini. ora è 300 DPI.
This commit is contained in:
@@ -2516,9 +2516,6 @@ body.body--dark {
|
||||
align-items: center; /* Allineamento verticale al centro */
|
||||
padding: 0px;
|
||||
flex-grow: 0; /* Opzionale: permette agli elementi di crescere uniformemente */
|
||||
|
||||
break-inside: avoid;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.card-page {
|
||||
@@ -2526,6 +2523,12 @@ body.body--dark {
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
.card-page::after {
|
||||
content: '';
|
||||
display: block;
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
.card-row {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user