mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 07:09:18 -08:00
deploy: c50afd7c41
This commit is contained in:
parent
783875162c
commit
096c105e60
4 changed files with 4 additions and 1 deletions
|
|
@ -81,6 +81,7 @@
|
|||
<li>E-mail: kat (at) dork (dot) dev</li>
|
||||
<li>Git: <a href="https://github.com/kittywitch">kittywitch</a></li>
|
||||
<li>Other websites of mine: <a href="https://kittywit.ch">kittywit.ch</a>, <a href="https://inskip.me">inskip.me</a>.</li>
|
||||
<li>Feed: <a href="/rss.xml">RSS</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
<li>E-mail: kat (at) dork (dot) dev</li>
|
||||
<li>Git: <a href="https://github.com/kittywitch">kittywitch</a></li>
|
||||
<li>Other websites of mine: <a href="https://kittywit.ch">kittywit.ch</a>, <a href="https://inskip.me">inskip.me</a>.</li>
|
||||
<li>Feed: <a href="/rss.xml">RSS</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ Here's the lists of games I have installed, as pictures of the applications:</p>
|
|||
<li>E-mail: kat (at) dork (dot) dev</li>
|
||||
<li>Git: <a href="https://github.com/kittywitch">kittywitch</a></li>
|
||||
<li>Other websites of mine: <a href="https://kittywit.ch">kittywit.ch</a>, <a href="https://inskip.me">inskip.me</a>.</li>
|
||||
<li>Feed: <a href="/rss.xml">RSS</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -42,5 +42,5 @@ footer nav ul {
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
flex-grow: 1; }
|
||||
footer nav ul li:nth-child(2) {
|
||||
footer nav ul li:nth-child(2n) {
|
||||
text-align: right; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue