Skip to content

Commit 33e0897

Browse files
aborrusoclaude
andcommitted
website: fix mobile — break URL in code block, hide GIF on small screens
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e102275 commit 33e0897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const baseUrl = '/ckan-mcp-server';
198198
</section>
199199

200200
<!-- Demo GIF Section -->
201-
<section class="py-12 px-4 sm:px-6 lg:px-8 bg-white">
201+
<section class="hidden md:block py-12 px-4 sm:px-6 lg:px-8 bg-white">
202202
<div class="max-w-4xl mx-auto">
203203
<img
204204
src={`${baseUrl}/mcp_server_demo.gif`}
@@ -292,7 +292,7 @@ const baseUrl = '/ckan-mcp-server';
292292
<h3 class="display-font text-2xl font-semibold text-white mb-2">No Install — Use the Hosted Endpoint</h3>
293293
<p class="text-blue-100 mb-5">Just point your MCP client at this URL — nothing to install:</p>
294294
<div class="bg-navy p-4 overflow-x-auto border-l-4 border-white border-opacity-30">
295-
<pre class="mono text-sm text-gray-100 leading-relaxed">https://ckan-mcp-server.andy-pr.workers.dev/mcp</pre>
295+
<pre class="mono text-sm text-gray-100 leading-relaxed break-all">https://ckan-mcp-server.andy-pr.workers.dev/mcp</pre>
296296
</div>
297297
<p class="mono text-xs text-blue-200 mt-3">100,000 requests/day shared quota · Free · Works with any MCP client</p>
298298
</div>

0 commit comments

Comments
 (0)