Finished fixing major styling issues, Leftovers need additions in CSS

Update footer.php, head.php, and 5 more files...
This commit is contained in:
2024-06-12 13:23:55 +02:00
parent 856d0356ec
commit e56eb0aeb6
7 changed files with 15 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ include_once 'commons/langs.php';
<i class="fa fa-bars px-xxs" aria-hidden="true"></i>
</button>
<p class="flex-fill t-center t-size-10 t-w-500 t-muted">
<a class="bland-link" href="<?php print(l10n_url_abs('/privacy/')); ?>">
<a class="a-hidden" href="<?php print(l10n_url_abs('/privacy/')); ?>">
<?php print(localize('footer.text.privacy')); ?>
</a>
</p>