File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,16 @@ export const ProgramsWrapper = styled.div`
5
5
color: ${ props => props . theme . keppelColor } ;
6
6
overflow-wrap: break-word;
7
7
}
8
+ div[style*="aspect-ratio"] {
9
+ aspect-ratio: unset !important;
10
+ overflow: visible !important;
11
+ }
8
12
img{
9
13
width: 19vw;
10
14
float: right;
11
15
margin-left: 40px;
12
16
margin-bottom: 30px;
17
+ aspect-ratio: unset !important;
13
18
&.hacktoberfest-img {
14
19
width: 50%;
15
20
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects t
28
28
29
29
<h3 >Earn a Badge </h3 >
30
30
<p >Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.</p >
31
- <img src = { hacktoberfestBadge } style = " width: 250px" />
31
+ <img src = { hacktoberfestBadge } style = " width: 250px; aspect-ratio: unset !important; " />
32
32
33
33
<ul >
34
34
<li ><strong >DATE:</strong >September 27, 2024</li >
You can’t perform that action at this time.
0 commit comments