Skip to content

Commit cef3b29

Browse files
committed
Update hardware marquee styles for improved layout and adjust guest support descriptions for clarity
1 parent 41710fd commit cef3b29

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/pages/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ html[data-theme="dark"] .hero-terminal-screen::-webkit-scrollbar-thumb:hover {
781781

782782
.hardware-marquee {
783783
display: grid;
784-
gap: 2.5rem;
784+
gap: 2.0rem;
785785
grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
786786
width: 100%;
787787
justify-items: center;
@@ -791,10 +791,10 @@ html[data-theme="dark"] .hero-terminal-screen::-webkit-scrollbar-thumb:hover {
791791
position: relative;
792792
background: var(--home-panel);
793793
border-radius: 28px;
794-
padding: 1.5rem;
794+
padding: 1.0rem;
795795
border: 1px solid var(--home-panel-border);
796-
min-width: 380px;
797-
max-width: 420px;
796+
min-width: 300px;
797+
max-width: 440px;
798798
display: flex;
799799
flex-direction: column;
800800
gap: 1rem;

src/pages/index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -754,10 +754,10 @@ function HardwareSection({ onDownloadClick }) {
754754
doc: "docs/quickstart/qemu/aarch64",
755755
icon: "chip",
756756
guestSupport: [
757-
{ name: "ArceOS", description: "ArceOS - 组件化操作系统" },
758-
{ name: "Linux", description: "Linux - 通用操作系统" },
759-
{ name: "NimbOS", description: "NimbOS - 轻量级操作系统" },
760-
{ name: "Starry-OS", description: "Starry-OS - 宏内核操作系统" }
757+
{ name: "ArceOS", description: "组件化操作系统" },
758+
{ name: "Linux", description: "通用操作系统" },
759+
{ name: "NimbOS", description: "轻量级操作系统" },
760+
{ name: "Starry-OS", description: "宏内核操作系统" }
761761
],
762762
performance: {
763763
bootTime: "< 10秒",
@@ -773,10 +773,10 @@ function HardwareSection({ onDownloadClick }) {
773773
doc: "docs/quickstart/board/phytiumpi",
774774
icon: "chip",
775775
guestSupport: [
776-
{ name: "ArceOS", description: "ArceOS - 组件化操作系统" },
777-
{ name: "Linux", description: "Linux - 通用操作系统" },
778-
{ name: "RT-Thread", description: "RT-Thread - 实时操作系统" },
779-
{ name: "Starry-OS", description: "Starry-OS - 宏内核操作系统" }
776+
{ name: "ArceOS", description: "组件化操作系统" },
777+
{ name: "Linux", description: "通用操作系统" },
778+
{ name: "RT-Thread", description: "实时操作系统" },
779+
{ name: "Starry-OS", description: "宏内核操作系统" }
780780
],
781781
performance: {
782782
bootTime: "< 3秒",
@@ -792,9 +792,9 @@ function HardwareSection({ onDownloadClick }) {
792792
doc: "docs/quickstart/board/roc-rk3568-pc",
793793
icon: "chip",
794794
guestSupport: [
795-
{ name: "ArceOS", description: "ArceOS - 组件化操作系统" },
796-
{ name: "Linux", description: "Linux - 通用操作系统" },
797-
{ name: "Starry-OS", description: "Starry-OS - 宏内核操作系统" }
795+
{ name: "ArceOS", description: "组件化操作系统" },
796+
{ name: "Linux", description: "通用操作系统" },
797+
{ name: "Starry-OS", description: "宏内核操作系统" }
798798
],
799799
performance: {
800800
bootTime: "< 5秒",

0 commit comments

Comments
 (0)