diff --git a/assets/buttons/slips.png b/assets/buttons/slips.png deleted file mode 100644 index 29e5e90..0000000 Binary files a/assets/buttons/slips.png and /dev/null differ diff --git a/assets/buttons/sneexy.gif b/assets/buttons/sneexy.gif index 9d6c693..166ebf4 100644 Binary files a/assets/buttons/sneexy.gif and b/assets/buttons/sneexy.gif differ diff --git a/assets/buttons/sneexy2.gif b/assets/buttons/sneexy2.gif index dd79a65..166ebf4 100644 Binary files a/assets/buttons/sneexy2.gif and b/assets/buttons/sneexy2.gif differ diff --git a/assets/buttons/soafen.gif b/assets/buttons/soafen.gif deleted file mode 100644 index 7c5973d..0000000 Binary files a/assets/buttons/soafen.gif and /dev/null differ diff --git a/index.html b/index.html index c3b7ef3..f4f5067 100644 --- a/index.html +++ b/index.html @@ -237,9 +237,10 @@ a bunch of cool buttons, links and stuff to other people and randomness which i think are cool! :D
- Slips + Slips Beebles - soafen + soafen + Sneexy (button made by toby @ tobskep.com)
@@ -260,12 +261,6 @@ Soulseek Nextcloud
- - my buttons, feel free to use on your site to link back to me :3c -
- sneexy @ sneexy.pages.gay - sneexy @ sneexy.pages.gay (alternate, shorter button) -
diff --git a/style.css b/style.css index c1c162b..a1fc5dd 100644 --- a/style.css +++ b/style.css @@ -606,11 +606,15 @@ footer > .dot { grid-row: 6; } +.buttons-area > small > a { + font-size: 16px; +} + .buttons-img:first-child { display: grid; grid-template-rows: repeat(1, 1fr); - grid-template-columns: repeat(3, 1fr); - margin: 0.6em 19em 1em 19em; + grid-template-columns: repeat(4, 1fr); + margin: 1em 16em 1em 16em; place-items: center; } @@ -625,8 +629,8 @@ footer > .dot { .buttons-img:nth-child(4) { display: grid; grid-template-rows: repeat(1, 1fr); - grid-template-columns: repeat(2, 1fr); - margin: 0.2em 22em 0px 22em; + grid-template-columns: repeat(1, 1fr); + margin: 0.2em 24em 0px 24em; } .buttons-img > a { @@ -637,11 +641,6 @@ footer > .dot { margin: 3px; } -.buttons-area > small { - display: flex; - justify-content: center; -} - .yoshi { display: flex; margin-left: auto;