Tool page fixes
This commit is contained in:
@@ -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
@@ -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&height=100&hl=en&q=Protospace%2C%20Calgary&ie=UTF8&t=&z=12&iwloc=B&output=embed"
|
|
||||||
title="Map to Protospace"
|
|
||||||
></iframe>
|
|
||||||
</section>
|
|
||||||
</aside>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user