Skip to content

Commit 057d8e7

Browse files
committed
Fix: Update
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 2e52be5 commit 057d8e7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/collections/workshops/2025_04_10_meshery_docs/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ You will learn to:
1717
<br />
1818
<h4 style="margin-bottom:1.25rem;"><a href="https://docs.google.com/presentation/d/1kQIzSa4f-pOH8cM4SwEdbFZGI_SXVyyhc9zUZPB7bsI/edit?slide=id.g34811bf5022_0_3#slide=id.g34811bf5022_0_3">Workshop Slides</a></h4>
1919
<br />
20+
<h4 style="margin-bottom:1.25rem;"><a href="https://docs.meshery.io/project/contributing/contributing-docs" target="_blank">Contributing to Docs Guide</a></h4>
21+
<br />
2022
<h4 style="margin-bottom:1.25rem;">Workshop Recording</h4>
21-
2223
<iframe width="50%" src="https://www.youtube.com/embed/7wRbbOSwrtI" loading="lazy" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" style="min-height: 315px; min-width: 280px;margin:auto;text-align:center;" allowfullscreen></iframe>
2324
<br />
2425
<br />

src/components/Workshop-Card/WorkshopsCardWrapper.style.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const WorkshopCardWrapper = styled.div`
3333
.image-container {
3434
display: block;
3535
width: 100%;
36-
height: 50%;
36+
height: 65%;
3737
overflow: hidden;
3838
}
3939
@@ -59,7 +59,7 @@ const WorkshopCardWrapper = styled.div`
5959
.card-content {
6060
display: block;
6161
width: 100%;
62-
padding-top: 0.625rem;
62+
padding: 1rem;
6363
transition: all 0.25s ease-in;
6464
}
6565

0 commit comments

Comments
 (0)