fix stuff
This commit is contained in:
parent
d2d5cf7161
commit
2099648300
4 changed files with 11 additions and 1 deletions
BIN
views/assets/88x31/moth_monster.png
Normal file
BIN
views/assets/88x31/moth_monster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
views/assets/88x31/translunar_academy.png
Normal file
BIN
views/assets/88x31/translunar_academy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
|
@ -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",
|
||||
|
|
|
@ -63,7 +63,7 @@ html.base .nav {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
html.base .nav p a {
|
||||
html.base .nav p * {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue