Fix 88x31s a little

This commit is contained in:
MeowcaTheoRange 2024-01-23 20:37:29 -06:00
parent 96020c395a
commit 20c00dd33d
3 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1,5 +1,10 @@
const buttonroll = document.getElementById("buttonroll"); const buttonroll = document.getElementById("buttonroll");
const buttons = [ const buttons = [
{
href: "https://jaiden.sh/",
img: "/assets/88x31/jaiden_sh.png",
alt: "jaiden.sh",
},
{ {
href: "https://arimelody.me/", href: "https://arimelody.me/",
img: "/assets/88x31/arimelody_me.gif", img: "/assets/88x31/arimelody_me.gif",

View file

@ -5,6 +5,12 @@
gap: 8px; gap: 8px;
max-width: 50em; max-width: 50em;
margin: auto; margin: auto;
padding: 8px 0;
}
#buttonroll a {
display: inline-block;
width: 88px;
height: 31px;
} }
#buttonroll img { #buttonroll img {
display: inline-block; display: inline-block;