feat: Adjust Info

This commit is contained in:
marleyrae 2023-06-06 20:06:30 -07:00
parent 7b4b4d6ce6
commit 590d203410
6 changed files with 7 additions and 3 deletions

View file

@ -47,7 +47,8 @@
"/size/",
"/margin/",
"/padding/",
"/background/"
"background-color",
"background-image"
],
{
"ignoreValues": [

View file

@ -30,7 +30,7 @@
{{ content }}
</main>
<aside class="Site-info">
<aside class="Site-info Info">
{% include 'site-info' %}
</aside>

View file

@ -3,4 +3,3 @@
<script src="http://hitcounters.net/counter.php?id=11368&cmd=cookie"></script>
<img src="http://hitcounters.net/counter.php?id=11368&cmd=img_only" alt="hit counter" style="display: inline-block;">
<!-- Counter Code END -->
<b>updated:</b>

View file

@ -0,0 +1,3 @@
.Info {
text-align: center;
}

View file

@ -1,5 +1,6 @@
@forward 'Site';
@forward 'Nav';
@forward 'Info';
@forward 'Social';
@forward 'Status';
@forward 'UpdateBox';