Skip to content

Commit be916c7

Browse files
authored
Update index.template.html
1 parent 62d8226 commit be916c7

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

site/index.template.html

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,11 @@
248248
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
249249
gap: 24px;
250250
}
251+
252+
.features .feature-grid {
253+
grid-template-columns: 1fr;
254+
}
255+
251256

252257
.feature-card {
253258
background: var(--surface-color);
@@ -331,6 +336,19 @@
331336
flex-direction: column;
332337
}
333338
}
339+
340+
.preview-images {
341+
display: grid;
342+
grid-template-columns: 1fr 1fr;
343+
height: auto;
344+
}
345+
346+
.preview-images img {
347+
width: 100%;
348+
height: 100%;
349+
object-fit: cover;
350+
}
351+
334352
</style>
335353
</head>
336354
<body>
@@ -383,9 +401,13 @@ <h1>Real-time DPS Analysis for Star Resonance</h1>
383401
<div class="window-dot dot-yellow"></div>
384402
<div class="window-dot dot-green"></div>
385403
</div>
386-
<div class="window-body">
387-
<div class="window-overlay"></div>
388-
</div>
404+
<div class="window-body preview-images">
405+
<img src="https://raw.githubusercontent.com/asgharkapk/Star-Resonance-Dps/refs/heads/BRANCH_SELECTOR/dark-mode.jpg"
406+
alt="Dark mode preview">
407+
<img src="https://raw.githubusercontent.com/asgharkapk/Star-Resonance-Dps/refs/heads/BRANCH_SELECTOR/light-mode.jpg"
408+
alt="Light mode preview">
409+
<div class="window-overlay"></div>
410+
</div>
389411
</div>
390412
</div>
391413
</section>

0 commit comments

Comments
 (0)