Skip to content

Commit 57a521f

Browse files
committed
fix: update SVG path for improved visual representation and adjust body transform for better layout
1 parent d140970 commit 57a521f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

assets/images/index/Line.svg

Lines changed: 3 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2 class="subtitle">Cosmic Inquiry Lab</h2>
124124
</filter>
125125
</defs>
126126
<path id="curve"
127-
d="M1852.95 127.789C1852.95 127.789 1657.58 180.447 1412.08 362.447C1201.1 518.855 1048.58 672.447 1080.95 947.789C1113.31 1223.13 1587.62 1201.53 1657.59 1507.45C1717.39 1768.96 1657.59 1920.45 1420.58 2138.95C1161.66 2377.64 850.066 2453.99 651.586 2523.95C453.105 2593.91 -333.897 3018.95 321.103 3643.45C976.104 4267.95 305.103 4671.45 210.103 4828.45C115.103 4985.45 717.103 5089.45 288.603 4986.94"
127+
d="M1788.94 1.79519C1788.94 1.79519 1593.58 54.4529 1348.08 236.453C1137.1 392.861 984.58 546.452 1016.94 821.795C1049.31 1097.14 1523.62 1075.54 1593.58 1381.45C1653.39 1642.97 1593.59 1794.45 1356.57 2012.95C1097.65 2251.64 786.063 2328 587.582 2397.95C389.102 2467.91 -397.9 2892.95 257.1 3517.45C912.1 4141.95 257.1 4422.51 146.1 4702.45C35.1006 4982.4 705.499 5321 581 5221.01"
128128
fill="none" stroke="rgba(255, 255, 255, 0.5)" stroke-width="0.8" />
129129
<ellipse id="slider" cx="0" cy="0" rx="20" ry="2" fill="white" filter="url(#glow)" />
130130
</svg>

styles/ChronologyOfStellarTrails/details.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ body {
131131
justify-content: center;
132132
align-items: center;
133133
gap: 3rem;
134+
transform: translateY(15%);
134135
}
135136

136137
.info .intro .left .logo {

0 commit comments

Comments
 (0)