Skip to content

Commit ee4d325

Browse files
committed
fix: compact unbalance video side card to prevent overflow
1 parent 991430c commit ee4d325

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,17 @@ <h2 class="text-4xl sm:text-5xl font-bold text-white">Unbalance Detection: Tools
261261
<iframe class="absolute inset-0 w-full h-full" src="https://www.youtube.com/embed/ccV5G37tiGQ?rel=0&modestbranding=1&hd=1&vq=hd1080" title="Unbalance detection: MCP + Skills vs plain LLM hallucination" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
262262
</div>
263263

264-
<div class="glass rounded-2xl p-7 flex flex-col justify-between">
264+
<div class="glass rounded-2xl p-5 flex flex-col justify-between overflow-hidden">
265265
<div>
266-
<p class="text-st-teal font-bold uppercase tracking-wider mb-3">Key takeaway</p>
267-
<h3 class="text-3xl font-bold text-white mb-4">Tools Turn Guesses into Evidence</h3>
268-
<p class="text-lg text-white/90 leading-relaxed">An LLM without tools can only speculate. With the MCP server and matching Skill, Claude acquires real vibration data, runs spectral analysis, and identifies the unbalance fault with measured frequencies and severity levels.</p>
266+
<p class="text-st-teal font-bold uppercase tracking-wider text-sm mb-2">Key takeaway</p>
267+
<h3 class="text-2xl font-bold text-white mb-3">Tools Turn Guesses into Evidence</h3>
268+
<p class="text-base text-white/90 leading-relaxed">An LLM without tools can only speculate. With the MCP server and matching Skill, Claude acquires real vibration data, runs spectral analysis, and identifies faults with measured frequencies and severity levels.</p>
269269
</div>
270-
<div class="mt-6 glass rounded-xl p-4">
271-
<p class="text-sm text-white/70 mb-1 font-semibold">Without MCP + Skills</p>
272-
<p class="text-base text-red-400 italic">&ldquo;It might be unbalance&hellip; maybe check the bearings?&rdquo;</p>
273-
<p class="text-sm text-white/70 mb-1 mt-3 font-semibold">With MCP + Skills</p>
274-
<p class="text-base text-st-teal">&ldquo;1&times; RPM peak at 24.5&thinsp;Hz confirms unbalance. Severity: ISO&nbsp;10816 Zone&nbsp;B.&rdquo;</p>
270+
<div class="mt-4 glass rounded-xl p-3">
271+
<p class="text-xs text-white/70 mb-0.5 font-semibold">Without MCP + Skills</p>
272+
<p class="text-sm text-red-400 italic">&ldquo;It might be unbalance&hellip; maybe check the bearings?&rdquo;</p>
273+
<p class="text-xs text-white/70 mb-0.5 mt-2 font-semibold">With MCP + Skills</p>
274+
<p class="text-sm text-st-teal">&ldquo;1&times; RPM peak at 24.5&thinsp;Hz confirms unbalance. Severity: ISO&nbsp;10816 Zone&nbsp;B.&rdquo;</p>
275275
</div>
276276
</div>
277277
</div>

0 commit comments

Comments
 (0)