diff --git a/_data/nav.yaml b/_data/nav.yaml
index 5872bb8..9e00ca1 100644
--- a/_data/nav.yaml
+++ b/_data/nav.yaml
@@ -15,7 +15,7 @@
icon: chart1-4.png
- label: Logs
url: https://logs.reduxstation.com
- icon: globe_map-0.png
+ icon: network_drive-2.png
- label: WebMap
url: https://map.reduxstation.com
icon: globe_map-0.png
diff --git a/img/icons/direct_cable_conn-0.png b/img/icons/direct_cable_conn-0.png
new file mode 100644
index 0000000..2c5d035
Binary files /dev/null and b/img/icons/direct_cable_conn-0.png differ
diff --git a/img/icons/network_drive-2.png b/img/icons/network_drive-2.png
new file mode 100644
index 0000000..0c4bbe0
Binary files /dev/null and b/img/icons/network_drive-2.png differ
diff --git a/index.njk b/index.njk
index a2c344b..bdcb904 100644
--- a/index.njk
+++ b/index.njk
@@ -127,7 +127,7 @@
-

+
Connected to {{ site.domain }}
diff --git a/sass/parallax.scss b/sass/parallax.scss
index 1795a27..cbcbf04 100644
--- a/sass/parallax.scss
+++ b/sass/parallax.scss
@@ -60,6 +60,10 @@
}
.parallax-layer[data-layer="7"] {
background-image: url("../img/parallax/parallax_asteroids.png");
+ // Source PNG is 480x480; doubling it to 960x960 makes the repeat
+ // happen at a much larger interval so the tile pattern is far less
+ // obvious to the eye on wide / tall viewports.
+ background-size: 960px 960px;
z-index: 7;
opacity: 0.4;
}
diff --git a/sass/pda.scss b/sass/pda.scss
index 93f9ff8..ead6c3e 100644
--- a/sass/pda.scss
+++ b/sass/pda.scss
@@ -416,9 +416,8 @@ body {
display: flex;
flex-direction: column;
gap: 2px;
- // Zig-zag: indent the lower rows so they align with the text column
- // sitting to the right of the 32px icon + 10px gap.
- padding-left: 42px;
+ // No indent. The joystick icon only displaces the two head lines
+ // (name + version); body lines start back at the card's left edge.
}
.version { color: $log-say; }