Skip to content

Commit 4331dac

Browse files
committed
fix(community): correct KubeCon date range and prevent badge clipping
Signed-off-by: LakshanSS <lakshan230897@gmail.com>
1 parent 93e75a8 commit 4331dac

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/pages/community/styles.module.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140
line-height: 1;
141141
}
142142

143+
.eventDateRange strong {
144+
font-size: 1.15rem;
145+
}
146+
143147
.eventDivider {
144148
width: 1px;
145149
background: var(--ifm-color-emphasis-200);
@@ -458,6 +462,10 @@
458462
font-size: 2rem;
459463
}
460464

465+
.eventDateRange strong {
466+
font-size: 1.15rem;
467+
}
468+
461469
.pastEvent {
462470
grid-template-columns: 1fr;
463471
}

0 commit comments

Comments
 (0)