This commit is contained in:
kittywitch 2024-04-07 19:57:49 +00:00
parent 783875162c
commit 096c105e60
4 changed files with 4 additions and 1 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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; }