mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix roadmap styling
This commit is contained in:
@@ -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)
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
@use '../../../css/lsd';
|
||||
|
||||
.mdx-timeline-item {
|
||||
width: 236px;
|
||||
width: 193px;
|
||||
min-height: 306px;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user