Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit d9d070d

Browse files
committed
Modifica l'allineamento degli elementi nella sezione verbali e rimuove l'allineamento centrale nella link-lettera
1 parent 3f4ed25 commit d9d070d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,12 @@ section h3 {
150150
.verbali {
151151
display: grid;
152152
grid-template-columns: auto auto;
153-
justify-items: center;
153+
justify-items: start;
154154
justify-content: space-between;
155155
gap: 2em;
156156
}
157157
.link-lettera{
158158
grid-column: span 2;
159-
text-align: center;
160159

161160
}
162161

@@ -355,4 +354,5 @@ dd::after {
355354
.verbali > div {
356355
min-width: 0;
357356
}
357+
358358
}

0 commit comments

Comments
 (0)