Skip to content

Commit c3509cd

Browse files
authored
Merge pull request #141 from netbootxyz/updated_downloads
Fixing some alignment issues
2 parents cd9420a + d06d4b0 commit c3509cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/DownloadSection.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
color: var(--ifm-color-emphasis-600);
3838
font-size: 1rem;
3939
line-height: 1.5;
40+
min-height: 1.5rem;
4041
}
4142

4243
.toggleButton {

src/pages/downloads.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ export default function Downloads() {
178178

179179
<DownloadSection
180180
title="UEFI Bootloaders - ARM64"
181-
description="Bootloaders for ARM64-based systems and servers."
181+
description="Modern UEFI bootloaders for ARM64 systems."
182182
downloads={arm64Bootloaders}
183183
isCollapsible={true}
184184
defaultExpanded={false}
185185
/>
186186

187187
<DownloadSection
188-
title="BIOS Bootloaders - PCBIOS (Legacy)"
189-
description="Specialized bootloaders for older systems and advanced use cases."
188+
title="BIOS Bootloaders - Legacy"
189+
description="Legacy BIOS bootloaders for x86_64 systems."
190190
downloads={legacyBootloaders}
191191
isCollapsible={true}
192192
defaultExpanded={false}

0 commit comments

Comments
 (0)