Make the top table stretch across the whole model card horizontally.
Browse files
README.md
CHANGED
@@ -143,7 +143,7 @@ th{ color:#e7edff }
|
|
143 |
|
144 |
<hr/>
|
145 |
|
146 |
-
<div class="grid grid-
|
147 |
<div class="card">
|
148 |
<h3>What it is</h3>
|
149 |
<p><strong>WEBGEN-4B-Preview</strong> focuses solely on generating production-lean websites. It prefers semantic HTML, sane spacing, and modern component blocks (hero, grids, pricing, FAQ).</p>
|
|
|
143 |
|
144 |
<hr/>
|
145 |
|
146 |
+
<div class="grid grid-2" style="margin-top: 1.5rem">
|
147 |
<div class="card">
|
148 |
<h3>What it is</h3>
|
149 |
<p><strong>WEBGEN-4B-Preview</strong> focuses solely on generating production-lean websites. It prefers semantic HTML, sane spacing, and modern component blocks (hero, grids, pricing, FAQ).</p>
|