Skip to content

Commit 1f28896

Browse files
committed
fixed logos
1 parent e5238d0 commit 1f28896

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

hackathon/index.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,14 @@ <h1 class="display-5 fw-bold text-center">Sign Up Here!</h1>
153153
<div class="container-fluid py-5">
154154
<h1 class="display-5 fw-bold text-center">Sponsors</h1>
155155
<p class="fs-4 text-center"> Hoosier Hacks thanks all of our sponsors that help make this event possible! </p>
156-
157-
<!-- Featured sponsor (larger logo) -->
158-
<div class="row justify-content-center mt-4 mb-5">
159-
<div class="col-8 col-md-6 text-center">
156+
<div class="row row-cols-1 row-cols-md-3 g-4 justify-content-center">
157+
<div class="col text-center">
160158
<img
161159
src="/assets/sponsors/perpetual-logo-black.png"
162160
alt="Perpetual"
163161
class="img-fluid"
164-
style="transform: scale(2); max-height: 200px;">
165-
</div>
166-
</div>
167-
168-
<!-- Other sponsors (three in a row) -->
169-
<div class="row row-cols-1 row-cols-md-3 g-4 justify-content-center">
162+
style="transform: scale(1.5); max-height: 200px;">
163+
</div>
170164
<div class="col text-center">
171165
<img
172166
src="/assets/sponsors/TactileLogo.png"

0 commit comments

Comments
 (0)