We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5c95d commit 2f681f3Copy full SHA for 2f681f3
1 file changed
src/components/Milestones.astro
@@ -5,13 +5,17 @@
5
<div class="timeline">
6
<div class="milestone latest">
7
<span class="dot"></span>
8
- <h3>11/10/2025</h3>
9
- <p>Started project: G.E.N.E.S.I.S</p>
+ <div class="content">
+ <h3>11/10/2025</h3>
10
+ <p>Started project: G.E.N.E.S.I.S</p>
11
+ </div>
12
</div>
13
<div class="milestone">
14
- <h3>09/10/2025</h3>
- <p>Started project: PositionPredict</p>
15
16
+ <h3>09/10/2025</h3>
17
+ <p>Started project: PositionPredict</p>
18
19
20
21
0 commit comments