Skip to content

Commit

Permalink
sponsor card bug fix
Browse files Browse the repository at this point in the history
left over code causing sizing issues has been fixed
  • Loading branch information
JoshKupka committed Dec 4, 2024
1 parent 4d549cb commit 19fc4a7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -774,15 +774,21 @@ h3 {
font-size: medium;
padding-bottom: 0px;
margin-bottom: 0px;
min-width: none;
}

.sponsor-card-last {
min-width: 225px;
max-height: 300px;
min-width: 220px;
margin-right: 25px;
align-items: center;
font-size: medium;
}

.sponsor-card-last p {
display: none;
font-size: 0;
}

.sponsor-card p {
display: none;
font-size: 0;
Expand Down

0 comments on commit 19fc4a7

Please sign in to comment.