style: remove top margin from carousel caption bar

This commit is contained in:
Vijay Janapa Reddi
2025-12-28 09:59:51 -05:00
parent 1dd5d4897e
commit 47cfa50b55
2 changed files with 2 additions and 2 deletions

View File

@@ -1181,7 +1181,7 @@ figure figcaption {
text-align: center;
padding: 24px 30px;
border-radius: 8px;
margin-top: 15px;
margin-top: 0;
margin-bottom: 20px;
display: flex;
flex-direction: column;

View File

@@ -35,7 +35,7 @@ subtitle: "Hands-On Embedded ML Labs for Real-World Deployment"
</div>
</div>
<div class="carousel-caption-bar">
<h5>Embedded ML Hardware Platforms</h5>
<p><strong>Embedded ML Hardware Platforms</strong></p>
<p>From $20 microcontrollers to powerful edge devices</p>
</div>
```