mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Fix status margin top
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
88317e0007
commit
04f41bcdf9
|
|
@ -33,7 +33,7 @@ permalink: /status/
|
|||
{% include status-pic.html name="memory" %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="container card" style="margin-top: 1000px;">
|
||||
<div class="container card">
|
||||
<h3 id="syncing-status" class="card-header"># 同步状态</h3>
|
||||
<table class="table table-condensed flat-md">
|
||||
<thead class="hidden-xs hidden-sm">
|
||||
|
|
|
|||
Loading…
Reference in New Issue