Skip to content

Commit 2f681f3

Browse files
committed
Fixed layout error
1 parent be5c95d commit 2f681f3

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/components/Milestones.astro

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
<div class="timeline">
66
<div class="milestone latest">
77
<span class="dot"></span>
8-
<h3>11/10/2025</h3>
9-
<p>Started project: G.E.N.E.S.I.S</p>
8+
<div class="content">
9+
<h3>11/10/2025</h3>
10+
<p>Started project: G.E.N.E.S.I.S</p>
11+
</div>
1012
</div>
1113
<div class="milestone">
1214
<span class="dot"></span>
13-
<h3>09/10/2025</h3>
14-
<p>Started project: PositionPredict</p>
15+
<div class="content">
16+
<h3>09/10/2025</h3>
17+
<p>Started project: PositionPredict</p>
18+
</div>
1519
</div>
1620
<div class="milestone">
1721
<span class="dot"></span>

0 commit comments

Comments
 (0)