polishing
This commit is contained in:
@@ -73,7 +73,7 @@ Website | Description
|
||||
[Unbound](https://www.unboundcontent.ai/?ref=riseofmachine) | Create content for your business.
|
||||
[Vizcom](https://www.vizcom.ai/?ref=riseofmachine) | The ideation and creation for industrial designers.
|
||||
|
||||
### 🧰 Developer Tools
|
||||
### 🖥 Developer Tools
|
||||
Website | Description
|
||||
:--- |:---
|
||||
[Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/?ref=riseofmachine) | Generate code suggestions.
|
||||
|
||||
@@ -309,7 +309,7 @@ import "@new-ui/spacings";
|
||||
|
||||
<!-- Developer Tools -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">🧰 Developer Tools</h6>
|
||||
<h6 class="separator nu-c-h6">🖥 Developer Tools</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href="https://aws.amazon.com/codewhisperer/?ref=riseofmachine"
|
||||
@@ -485,7 +485,7 @@ import "@new-ui/spacings";
|
||||
.link-card-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(24ch, 1fr));
|
||||
gap: 1rem;
|
||||
gap: var(--spacing-02);
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user