Fix 88x31s a little
This commit is contained in:
parent
96020c395a
commit
20c00dd33d
3 changed files with 11 additions and 0 deletions
BIN
views/assets/88x31/jaiden_sh.png
Normal file
BIN
views/assets/88x31/jaiden_sh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -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",
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue