Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
See 5ad8dee.
  • Loading branch information
JoshuaWierenga committed Jan 25, 2025
1 parent 911daa8 commit d44933b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ body, html {
}

#nav-toggle:not(:checked) ~ #navbar-pages {
max-height: 0;
padding-top: 0 !important;
/* 0px if width < --bs-breakpoint-md, else >= 200px */
max-height: round(to-zero, calc(200px + 100vw - var(--bs-breakpoint-md)), 200px);
/* 0rem if width < --bs-breakpoint-md, else 1rem */
padding-top: calc(round(to-zero, 1000000rem + 100vw - var(--bs-breakpoint-md), 1000000rem) / 1000000) !important;
transition-delay: 0s, 0.30s;
}

Expand Down
6 changes: 3 additions & 3 deletions websiteabout.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ <h2 class="title">About this Website</h2>
<li>Bootstrap version: v5.3.3</li>
<li>Bootstrap Icons version: v1.13.3
<!-- TODO: Parse to local time with js? --></li>
<li>Last built: 2025-01-25T15:31:08+11:00</li>
<li>Git commit: da8c65d0463f3dcc49d0602ea603f2ff1f4762cd</li>
<li>Last built: 2025-01-25T17:16:14+11:00</li>
<li>Git commit: 5ad8deee4feef5c9fb131b2c315b7a7ab42b1ca9</li>
<li>Git commit author(s): Joshua Wierenga (joshuagit@joshuawierenga.tech)
<!-- TODO: Parse to local time with js? --></li>
<li>Git commit time: 2025-01-25T15:17:04+11:00</li>
<li>Git commit time: 2025-01-25T17:15:54+11:00</li>
<li>Git commit branch: main</li>
</ul>
<p><span class="js-only" hidden="hidden">None: Using a js based dark mode system with full persistance between pages and browser level support. Try without js to see the differences!</span>
Expand Down

0 comments on commit d44933b

Please sign in to comment.