chore(web): nav title

This commit is contained in:
Baoshuo Ren 2022-03-19 12:56:20 +08:00
parent 3a7e52fac1
commit c8ec8c0178
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -259,7 +259,7 @@
<a href="<?= HTML::url('/') ?>">
<img src="<?= HTML::url('/images/logo_small.png') ?>" alt="Logo" class="img-rounded" style="width: 39px; height: 39px; position: relative; top: -4px; margin-right: 8px;" />
</a>
<span class="u" style="position: absolute; font-size: 13px; left: 48px;">S2 Online Judge</span>
<span style="position: absolute; font-size: 13px; letter-spacing: 10px; left: 48px;">石家庄二中</span>
<span class="d" style="position: absolute; font-size: 26px; top: 11px;">在线评测系统</span>
</h1>
<h1 class="d-block d-sm-none"><?= $PageMainTitleOnSmall ?></h1>