Tool page fixes

This commit is contained in:
Tanner
2026-09-26 01:02:50 +00:00
parent 7bac8b4011
commit 05593346fc
2 changed files with 3 additions and 23 deletions
+1
View File
@@ -390,6 +390,7 @@ footer p {
.tools-search-controls { .tools-search-controls {
display: flex; display: flex;
gap: 8px; gap: 8px;
max-width: 520px;
} }
.tools-search input { .tools-search input {
min-width: 0; min-width: 0;
+2 -23
View File
@@ -79,7 +79,7 @@
</div> </div>
</header> </header>
<div class="content"> <div class="content">
<div class="layout"> <div class="layout full">
<main> <main>
<h1>Tools</h1> <h1>Tools</h1>
<div class="entry"> <div class="entry">
@@ -150,7 +150,7 @@
headingText.textContent = category; headingText.textContent = category;
const backLink = document.createElement("a"); const backLink = document.createElement("a");
backLink.className = "category-back"; backLink.className = "category-back";
backLink.href = "#top"; backLink.href = "#tools-toc";
backLink.textContent = "Back to Top"; backLink.textContent = "Back to Top";
heading.append(headingText, backLink); heading.append(headingText, backLink);
list.append(heading); list.append(heading);
@@ -187,27 +187,6 @@
}); });
</script> </script>
</main> </main>
<aside class="sidebar">
<section>
<h2>2026 Schedule:</h2>
<p class="green">
Open House every Tuesday from 7-9 pm (even holidays). Just drop in for a tour!
</p>
<p>
<a href="https://youtu.be/B9w5G6Rn99A" class="external">Watch the Protospace mini tour video</a>
</p>
</section>
<section>
<p>1530 27th Avenue NE<br />Bay 108<br />Calgary, Alberta, Canada<br />T2E 7S6</p>
<p><b>Parking:</b> For open house, park in the front lot (southeast) or on the street.</p>
<iframe
class="map"
loading="lazy"
src="https://maps.google.com/maps?width=300&amp;height=100&amp;hl=en&amp;q=Protospace%2C%20Calgary&amp;ie=UTF8&amp;t=&amp;z=12&amp;iwloc=B&amp;output=embed"
title="Map to Protospace"
></iframe>
</section>
</aside>
</div> </div>
</div> </div>
<footer> <footer>