Skip to content

Commit

Permalink
Badge padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Dec 20, 2024
1 parent 0c68ffb commit 1072ba4
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,6 @@ a.connector-small-link {
}
}

.badge:nth-of-type(1) {
margin-left: 0;
margin-bottom: 5px;
}

.fade-in-top-image {
opacity: 0;
transform: translateY(-20px);
Expand Down Expand Up @@ -276,3 +271,8 @@ a.connector-small-link {
background-color: rgb(255, 139, 0);
color: #fff;
}

.connector-type .badge:nth-of-type(1) {
margin-left: 0;
margin-bottom: 5px;
}

0 comments on commit 1072ba4

Please sign in to comment.