fix: fix roadmap styling

This commit is contained in:
jinhojang6
2024-03-22 04:36:17 +09:00
committed by Jinho Jang
parent a8cef0786c
commit 06e3b96264
2 changed files with 3 additions and 2 deletions
@@ -37,8 +37,9 @@ export const Roadmap: React.FC<RoadmapProps> = ({
return 'solid'
}
return 'dashed'
return 'solid'
}
const getCurrentQuarter = () => {
const month = new Date().getMonth()
return 'Q' + Math.ceil((month + 1) / 3)
@@ -2,7 +2,7 @@
@use '../../../css/lsd';
.mdx-timeline-item {
width: 236px;
width: 193px;
min-height: 306px;
justify-content: space-between;
gap: 1rem;