Skip to content

Commit 13007bc

Browse files
authored
Merge pull request #972 from kanishka-commits/ui/badge
[FIX]: #969 Badge Images Have Limited Width Causing Text to Appear Too Close
2 parents 6ff1036 + 7cc2a63 commit 13007bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/badges/github-badges.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ table tr:last-child td:last-child {
971971
}
972972

973973
.certBadge {
974-
flex: 0 0 200px;
974+
flex: 0 0 auto;
975975
padding: 1rem;
976976
display: flex;
977977
justify-content: center;
@@ -997,7 +997,7 @@ table tr:last-child td:last-child {
997997
}
998998

999999
.certBadge img {
1000-
width: 180px;
1000+
width: 200px;
10011001
height: 180px;
10021002
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
10031003
filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));

0 commit comments

Comments
 (0)