Add icons to cards in docsite, adjust md padding (#1816)

This commit is contained in:
Evan Simkowitz 2025-01-23 13:54:14 -08:00 committed by GitHub
parent 03218c88dd
commit a0c6694665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -21,37 +21,37 @@ Check out [Getting Started](./gettingstarted) for installation instructions.
<CardGroup>
<Card
href="./customization"
icon="fa-file-magnifying-glass"
icon="fa-paintbrush"
title="Customization"
description="Set up tabs and terminals to match your workflow needs."
/>
<Card
href="./keybindings"
icon="fa-file-magnifying-glass"
icon="fa-keyboard"
title="Key Bindings"
description="Boost efficiency with keyboard shortcuts for faster navigation."
/>
<Card
href="./layout"
icon="fa-file-magnifying-glass"
icon="fa-grid-2"
title="Layout"
description="Organize your workspace using our layout system."
/>
<Card
href="./connections"
icon="fa-file-magnifying-glass"
icon="fa-network-wired"
title="Remote Connections"
description="Quickly SSH or connect to remote machines in one step."
/>
<Card
href="./widgets"
icon="fa-file-magnifying-glass"
icon="fa-rocket"
title="Widgets"
description="Explore built-in tools to extend your terminals functionality."
/>
<Card
href="./wsh"
icon="fa-file-magnifying-glass"
icon="fa-rectangle-terminal"
title="wsh Command"
description="Control Wave and launch widgets directly from the command line."
/>

View File

@ -19,7 +19,7 @@
font-family: var(--markdown-font-family);
font-size: var(--markdown-font-size);
overflow-wrap: break-word;
padding: 5px 15px;
padding: 5px 15px 10px 15px;
&.non-scrollable {
overflow: hidden;