✨ feat: Adjust Info
This commit is contained in:
parent
7b4b4d6ce6
commit
590d203410
6 changed files with 7 additions and 3 deletions
|
@ -47,7 +47,8 @@
|
||||||
"/size/",
|
"/size/",
|
||||||
"/margin/",
|
"/margin/",
|
||||||
"/padding/",
|
"/padding/",
|
||||||
"/background/"
|
"background-color",
|
||||||
|
"background-image"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"ignoreValues": [
|
"ignoreValues": [
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<aside class="Site-info">
|
<aside class="Site-info Info">
|
||||||
{% include 'site-info' %}
|
{% include 'site-info' %}
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
<script src="http://hitcounters.net/counter.php?id=11368&cmd=cookie"></script>
|
<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;">
|
<img src="http://hitcounters.net/counter.php?id=11368&cmd=img_only" alt="hit counter" style="display: inline-block;">
|
||||||
<!-- Counter Code END -->
|
<!-- Counter Code END -->
|
||||||
<b>updated:</b>
|
|
||||||
|
|
3
src/style/components/_Info.scss
Normal file
3
src/style/components/_Info.scss
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.Info {
|
||||||
|
text-align: center;
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
@forward 'Site';
|
@forward 'Site';
|
||||||
@forward 'Nav';
|
@forward 'Nav';
|
||||||
|
@forward 'Info';
|
||||||
@forward 'Social';
|
@forward 'Social';
|
||||||
@forward 'Status';
|
@forward 'Status';
|
||||||
@forward 'UpdateBox';
|
@forward 'UpdateBox';
|
||||||
|
|
Loading…
Reference in a new issue