Skip to content

Commit 2c368a1

Browse files
chore: update homepage
1 parent f205ed3 commit 2c368a1

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

215 KB
Loading

index.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
.subtitle {
5858
font-size: 1.18em;
5959
color: #b0cfff;
60-
margin-bottom: 0.5em;
60+
margin-bottom: 2em;
6161
}
6262
.note {
6363
background: var(--panel);
@@ -209,14 +209,16 @@
209209
Real-time Elite Dangerous journal data on your X52 Pro MFD.<br />
210210
Instantly see system, planet, and cargo info as you play.
211211
</div>
212-
<div class="note">
213-
<b>Note:</b> Only works with the X52 Pro (not the regular X52 HOTAS).
214-
</div>
215-
<div class="note">
216-
<b>Note:</b> EDxDC is currently in beta. Please report bugs on
217-
<a href="https://github.com/pellux-network/EDxDC/issues" target="_blank"
218-
>GitHub Issues</a
219-
>.
212+
<div style="display: flex; justify-content: center; gap: 1.2em; flex-wrap: wrap; margin-bottom: 1.5em;">
213+
<div class="note" style="margin: 0;">
214+
<b>Note:</b> Only works with the X52 Pro (not the regular X52 HOTAS).
215+
</div>
216+
<div class="note" style="margin: 0;">
217+
<b>Note:</b> EDxDC is currently in beta. Please report bugs on
218+
<a href="https://github.com/pellux-network/EDxDC/issues" target="_blank"
219+
>GitHub Issues</a
220+
>.
221+
</div>
220222
</div>
221223
</header>
222224
<div class="image-section">
@@ -231,7 +233,7 @@
231233
.image-section {
232234
display: flex;
233235
justify-content: center;
234-
margin: 2.5em 0 1.5em 0;
236+
margin: 2.5em 0 0 0;
235237
}
236238
.feature-image {
237239
max-width: 98%;

0 commit comments

Comments
 (0)