Skip to content

Commit

Permalink
The [width] attribute on [img] is supposed to be a number in pixels.
Browse files Browse the repository at this point in the history
It should not have a unit.
  • Loading branch information
gmalecha committed Nov 11, 2024
1 parent 0232b38 commit 4cac2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/consortium.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<div class="frameworklabel">Current members</div>
<div class="frameworkcontent">
<strong>Gold membership</strong><br />
<a href="https://bluerock.io/"><img class="member-logo" src="files/bluerock-logo.png" width="250px" /></a>
<a href="https://formalv.com/"><img class="member-logo" src="files/formalvlogo.gif" width="250px" /></a>
<a href="https://bluerock.io/"><img class="member-logo" src="files/bluerock-logo.png" width="250" /></a>
<a href="https://formalv.com/"><img class="member-logo" src="files/formalvlogo.gif" width="250" /></a>
</div>
</div>

Expand Down

0 comments on commit 4cac2ce

Please sign in to comment.