css • Lines: 48.event-item {
display: flex;
align-items: center;
margin-bottom: 2px;
}
ul { list-style: none; padding-left: 0; }
.date {
display: inline-block;
width: 105px;
text-align: left;
font-size: 0.75rem;
color: #6c7a99;
flex-shrink: 0;
}
.date + span {
opacity: 0.15;
margin: 0 2px;
}
.label {
min-width: 0;
}
.label a {
word-break: break-word;
font-weight: 500;
}
@media (max-width: 576px) {
ul li.d-flex {
flex-wrap: wrap;
}
.date {
flex: 0 0 100%;
width: 100%;
font-size: 0.7rem;
margin-bottom: 1px;
}
.date + span {
display: none;
}
.label {
margin-left: 0;
}
}