✨ 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/",
|
||||
"/margin/",
|
||||
"/padding/",
|
||||
"/background/"
|
||||
"background-color",
|
||||
"background-image"
|
||||
],
|
||||
{
|
||||
"ignoreValues": [
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
{{ content }}
|
||||
</main>
|
||||
|
||||
<aside class="Site-info">
|
||||
<aside class="Site-info Info">
|
||||
{% include 'site-info' %}
|
||||
</aside>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
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 'Nav';
|
||||
@forward 'Info';
|
||||
@forward 'Social';
|
||||
@forward 'Status';
|
||||
@forward 'UpdateBox';
|
||||
|
|
Loading…
Reference in a new issue