Skip to content

Commit 7cc2a63

Browse files
Update Badge Width
1 parent 700cf93 commit 7cc2a63

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
@@ -966,7 +966,7 @@ table tr:last-child td:last-child {
966966
}
967967

968968
.certBadge {
969-
flex: 0 0 200px;
969+
flex: 0 0 auto;
970970
padding: 1rem;
971971
display: flex;
972972
justify-content: center;
@@ -992,7 +992,7 @@ table tr:last-child td:last-child {
992992
}
993993

994994
.certBadge img {
995-
width: 180px;
995+
width: 200px;
996996
height: 180px;
997997
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
998998
filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));

0 commit comments

Comments
 (0)