Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/collections/programs/Programs.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ export const ProgramsWrapper = styled.div`
color: ${props => props.theme.keppelColor};
overflow-wrap: break-word;
}
div[style*="aspect-ratio"] {
aspect-ratio: unset !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use !important @ShirshenduR

overflow: visible !important;
}
img{
width: 19vw;
float: right;
margin-left: 40px;
margin-bottom: 30px;
aspect-ratio: unset !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well

&.hacktoberfest-img {
width: 50%;

Expand Down
2 changes: 1 addition & 1 deletion src/collections/programs/hacktoberfest-2024/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects t

<h3>Earn a Badge </h3>
<p>Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.</p>
<img src={hacktoberfestBadge} style="width: 250px"/>
<img src={hacktoberfestBadge} style="width: 250px; aspect-ratio: unset !important;"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well


<ul>
<li><strong>DATE:</strong>September 27, 2024</li>
Expand Down