Skip to content

Commit

Permalink
increase platinum sponsors' logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsar17 committed Jul 27, 2023
1 parent c8fb56d commit e3baf2a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12926,6 +12926,12 @@ section#schedule_table {
width: 60%;
grid-template-columns: 1fr 1fr;
}

.sponsor-item.platinum.sponsor-img-platinum {
max-width: 800px;
height: calc(160px * 1.3);
width: calc(416px *1.3);
}
}

.schedule-item-title a {
Expand Down Expand Up @@ -13016,6 +13022,12 @@ section#schedule_table {
justify-self: center;
text-align: center;
}

.sponsor-item.platinum.sponsor-img-platinum {
max-width: 350px;
height: calc(100px * 1.2);
/* width: calc(416px *1.1); */
}
}

#keynote-wrapper {
Expand Down
Binary file modified img/coredge-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h2 class="title-section">Proudly sponsored by</h2>
<!-- Platinum Sponsors -->
<div>
<h1>Platinum</h1>
<div class="sponsor-item platinum">
<div class="sponsor-item platinum sponsor-img-platinum">
<a href="https://coredge.io/"><img src="img/coredge-logo.png" alt="Sponsorship prospectus below." class="sponsor-img"></a>
</div>
</div>
Expand Down

0 comments on commit e3baf2a

Please sign in to comment.