Tweaks to styling, navbar image-border, and fixes to inconsistent responsive layout across pages other than main.php
All checks were successful
Website Sync / website-sync (push) Successful in 7s

This commit is contained in:
2026-02-16 23:39:53 -03:00
parent f88db6a83b
commit d6d1d60b0e
6 changed files with 42 additions and 26 deletions

View File

@@ -22,7 +22,7 @@
<div class="primary">
<div>
<div class="calc panel">
<h1><?php echo $tr[$lang]["calc.h1"]; ?></h1>
<h1><?php echo $tr[$lang]["calc.title"]; ?></h1>
<div class="viewing panel">
<span id="output"></span>
</div>