more mobile support and misc changes

This commit is contained in:
Halbear
2026-03-11 20:04:44 +00:00
parent b70fb4d2af
commit b016e6bd13
15 changed files with 524 additions and 142 deletions

View File

@@ -27,7 +27,7 @@ require_once("Hotbar.php");
Contact Us
</a>
</div>
<div tabindex="0" class="StaticContentContainer" style="position: absolute; left: 3vh; margin-right: 3vh; top: 26vh; max-width: 95vw; height: 78vh; flex-direction: row;">
<div tabindex="0" class="StaticContentContainer contactUsContainer" style="position: absolute; left: 3vh; margin-right: 3vh; top: 26vh; max-width: 95vw; height: 78vh; flex-direction: row;">
<div style="display: flex; flex-direction: column; justify-content: start; align-items: start; width: 100%; height: 100%;">
<a class="LargeWhiteFont" style="padding: 2vh; font-size: 3vh; text-align: left;">
Halbear Networking & Software Ltd Support Email: <br> information@halbear.net<br>
@@ -49,6 +49,6 @@ require_once("Hotbar.php");
<a class=" FooterFont" style="padding-bottom: 0.5vh; margin-right: 2vh; text-decoration: underline; text-align: right;" onclick="document.location.href='CompanyInformation.php';">Company Information</a>
</div>
</div>
<div class="BackgroundFade" style="min-height: 135vh;"></div>
<div class="BackgroundFade" style="height: 100vh; position: fixed;"></div>
</body>
</html>