mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-25 14:18:42 +00:00
fix: footer margin-top
This commit is contained in:
parent
e56eae09b1
commit
c967357e01
@ -6,7 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php if ($ShowPageFooter): ?>
|
<?php if ($ShowPageFooter): ?>
|
||||||
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
||||||
<footer class="bg-light text-muted pt-3 pb-4" style="font-size: 0.9em">
|
<footer class="bg-light text-muted pt-3 pb-4 mt-4" style="font-size: 0.9em">
|
||||||
<div class="container d-lg-flex justify-content-lg-between">
|
<div class="container d-lg-flex justify-content-lg-between">
|
||||||
<p>
|
<p>
|
||||||
© <?= date('Y') ?>
|
© <?= date('Y') ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user