fix stuff

This commit is contained in:
MeowcaTheoRange 2024-01-23 17:12:09 -06:00
parent d2d5cf7161
commit 2099648300
4 changed files with 11 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -40,6 +40,16 @@ const buttons = [
img: "/assets/88x31/whois_slipfox_xyz.png",
alt: "whois.slipfox.xyz",
},
{
href: "https://moth.monster/",
img: "/assets/88x31/moth_monster.png",
alt: "moth.monster",
},
{
href: "https://translunar.academy/",
img: "/assets/88x31/translunar_academy.png",
alt: "translunar.academy",
},
{
href: "https://ultramarine-linux.org/",
img: "/assets/88x31/esoteric/gnu-linux.gif",

View file

@ -63,7 +63,7 @@ html.base .nav {
margin: 0;
}
html.base .nav p a {
html.base .nav p * {
text-align: start;
}