Assiduité: cosmetic timeline (borders)

This commit is contained in:
Emmanuel Viennet 2024-10-31 11:18:00 +01:00
parent 8331d4ff69
commit 0ec9814ac4

View File

@ -171,6 +171,9 @@
justify-content: flex-start;
align-items: center;
flex-direction: column;
box-sizing: border-box;
border-left: 1px solid rgb(144, 144, 144);
border-right: 1px solid rgb(144, 144, 144);
}
.mini-timeline-block {