ARTIFICER Theme:

who want to have the Timeline in the middle row smaller, can insert this piece of code:

(with this code all boxes un the midlle row are smaler)

.lg\:px-3 {
    max-width: 560px;
    margin: auto;
}
  • 556