Margin fixes
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
{#await getData()}
|
||||
<Loading />
|
||||
{:then data}
|
||||
<br />
|
||||
<p>API Server:<br /><span>{data?.hostname}</span></p>
|
||||
<p>Runtime Mode: <span>{data?.runtimeMode}</span></p>
|
||||
<p>Stats Reset: <span>{U2L(data?.reset) || 'Unknown'}</span></p>
|
||||
@@ -70,6 +71,7 @@
|
||||
color: lightgray;
|
||||
}
|
||||
h2 {
|
||||
font-family: urwgothic, sans-serif;
|
||||
margin-bottom: 2px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user