Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/scifi-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2 class="panel-title">Betöltő ikonok</h2>
<h2 class="panel-title">Program leírása</h2>

<p><strong>Program leírás</strong></p>
<p><strong>FormatX Pro</strong> — lemezek és USB eszközök kezelése.</p>
<p class="intro"><strong>FormatX Pro</strong> — lemezek és USB eszközök kezelése.</p>

<ul>
<li><strong>Verzió:</strong> 1.0.0.0</li>
Expand Down
11 changes: 10 additions & 1 deletion docs/scifi-ui/styles/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,16 @@ body {
text-shadow:
0 0 0 currentColor,
0 0 24px color-mix(in oklab, var(--accent) 40%, transparent);
text-align: center;
}
.subtitle {
font-family: var(--font-mono);
color: #67d6f0;
margin: 0 0 1.15rem;
text-align: center;
margin-inline: auto;
}
.cta-row { display: flex; gap: .85rem; flex-wrap: wrap }
.cta-row { display: flex; gap: .85rem; flex-wrap: wrap; justify-content: center; }

/* ===== Pills (gombok/chipek) ===== */
.pill {
Expand Down Expand Up @@ -144,6 +147,12 @@ body {
letter-spacing: 1px;
color: var(--accent);
}
.panel .intro {
text-align: center;
max-width: 70ch;
margin-inline: auto;
padding: 0 1.1rem;
}

/* ===== Letöltés kártyák rácsa ===== */
.download-grid {
Expand Down