Skip to content

Commit

Permalink
fix: more bootstrap classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerseneck committed Jul 23, 2024
1 parent e7c42f4 commit 0af3b47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</li>
</ul>
<button class="nav-item btn me-1 border border-0" id="modeButton">
<h5><i class="bi bi-brightness-high-fill" style="vertical-align: -0.125em"></i></h5>
<h5><i class="bi bi-brightness-high-fill" style="vertical-align: -0.125em;"></i></h5>
</button>
</div>
</nav>
Expand All @@ -58,9 +58,9 @@ <h5 class="modal-title">Brightness Slider</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-center">
<label for="brightnessRange" style="vertical-align: 0.30em; padding-right: 5px;">Dark</label>
<label for="brightnessRange" class="me-1" style="vertical-align: 0.30em;">Dark</label>
<input type="range" min="0" max="100" value="100" class="slider" id="brightnessRange">
<label for="brightnessRange" style="vertical-align: 0.30em; padding-left: 5px;">Bright</label>
<label for="brightnessRange" class="ms-1" style="vertical-align: 0.30em;">Bright</label>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/hackathon.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<nav class="navbar navbar-expand-lg navbar-dark static-top" style="background-color: #D59F0F;">
<div class="container">
<a class="navbar-brand" href="/hackathon/#">
<img src="/assets/hackathon/hoosier-logo.png" alt="HoosierHacks Logo" height="36" style="border: 1px solid #000;">
<img src="/assets/hackathon/hoosier-logo.png" alt="HoosierHacks Logo" height="36" class="border border-1 border-black">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -60,7 +60,7 @@
<li class="nav-item">
<small>
<a class="nav-link text-white" href="{{ site.url }}">
<i class="bi bi-house-door-fill" style="vertical-align: 0.125em"></i>
<i class="bi bi-house-door-fill" style="vertical-align: 0.125em;"></i>
</a>
</small>
</li>
Expand Down
2 changes: 1 addition & 1 deletion hackathon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1 class="display-1 fw-bold" style="color: #D59F0F; font-family: 'JetBrains Mon
</div>

<!-- prettier-ignore -->
<div class="atcb" style="display: none; font-family: Sarabun">
<div class="atcb d-none" style="font-family: Sarabun;">
{
"name": "HoosierHacks Hackathon",
"description": "Join us to learn to code and have tons of fun at one of Indiana's largest high school hackathons!",
Expand Down

0 comments on commit 0af3b47

Please sign in to comment.