@agent-link/server 0.1.49 → 0.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web/landing.html +3 -4
package/package.json
CHANGED
package/web/landing.html
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
/* ── Hero ── */
|
|
58
58
|
.hero {
|
|
59
59
|
text-align: center;
|
|
60
|
-
padding:
|
|
60
|
+
padding: 3.5rem 2rem 3rem;
|
|
61
61
|
max-width: 800px;
|
|
62
62
|
margin: 0 auto;
|
|
63
63
|
}
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
/* ── Device Showcase ── */
|
|
232
232
|
.showcase {
|
|
233
233
|
max-width: 900px;
|
|
234
|
-
margin: 0 auto 5rem;
|
|
234
|
+
margin: 0 auto 3.5rem;
|
|
235
235
|
padding: 0 2rem;
|
|
236
236
|
position: relative;
|
|
237
237
|
display: flex;
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
@media (max-width: 640px) {
|
|
291
|
-
.hero { padding:
|
|
291
|
+
.hero { padding: 2rem 1.5rem 2rem; }
|
|
292
292
|
.install { padding: 1.5rem; margin: 0 1rem 3rem; }
|
|
293
293
|
.showcase { margin-bottom: 3rem; }
|
|
294
294
|
.device-ipad { width: 78%; }
|
|
@@ -336,7 +336,6 @@
|
|
|
336
336
|
</div>
|
|
337
337
|
</div>
|
|
338
338
|
<div class="install-note">Open the URL it prints. That's it.</div>
|
|
339
|
-
<div class="install-note" style="margin-top:0.25rem">Optional: <code style="color:var(--green);font-size:0.8rem">agentlink-client service install</code> to auto-start on boot.</div>
|
|
340
339
|
</section>
|
|
341
340
|
|
|
342
341
|
<section class="features">
|