docs: update gettingstarted
This commit is contained in:
parent
51483a1b2a
commit
d99ea36fa5
@ -2,7 +2,7 @@
|
|||||||
title: Getting Started
|
title: Getting Started
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-01-27T21:58:50.460Z
|
date: 2025-01-27T21:59:46.209Z
|
||||||
tags:
|
tags:
|
||||||
editor: code
|
editor: code
|
||||||
dateCreated: 2025-01-27T20:50:39.270Z
|
dateCreated: 2025-01-27T20:50:39.270Z
|
||||||
@ -19,7 +19,12 @@ dateCreated: 2025-01-27T20:50:39.270Z
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1.5; /* Keep spacing tight */
|
display: flex; /* Enable centering */
|
||||||
|
flex-direction: column; /* Stack elements vertically */
|
||||||
|
justify-content: center; /* Center text vertically */
|
||||||
|
align-items: center; /* Center text horizontally */
|
||||||
|
height: 100px; /* Ensure the box has enough height */
|
||||||
|
line-height: 1.4; /* Maintain consistent spacing between lines */
|
||||||
">
|
">
|
||||||
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.<br>
|
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.<br>
|
||||||
<span style="color: #4a90e2; font-size: 16px;">
|
<span style="color: #4a90e2; font-size: 16px;">
|
||||||
|
Loading…
Reference in New Issue
Block a user