File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 37
37
color : var (--ifm-color-emphasis-600 );
38
38
font-size : 1rem ;
39
39
line-height : 1.5 ;
40
+ min-height : 1.5rem ;
40
41
}
41
42
42
43
.toggleButton {
Original file line number Diff line number Diff line change @@ -178,15 +178,15 @@ export default function Downloads() {
178
178
179
179
< DownloadSection
180
180
title = "UEFI Bootloaders - ARM64"
181
- description = "Bootloaders for ARM64-based systems and servers ."
181
+ description = "Modern UEFI bootloaders for ARM64 systems."
182
182
downloads = { arm64Bootloaders }
183
183
isCollapsible = { true }
184
184
defaultExpanded = { false }
185
185
/>
186
186
187
187
< 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."
190
190
downloads = { legacyBootloaders }
191
191
isCollapsible = { true }
192
192
defaultExpanded = { false }
You can’t perform that action at this time.
0 commit comments