all repos — breadsite @ 0037ac797da98274dfff58abd2ba3c4e62d7f191

Unnamed repository; edit this file 'description' to name the repository.

add placeholder for 88x31
confusedbread confuseddbread@gmail.com
Sat, 10 Jan 2026 14:07:29 +0100
commit

0037ac797da98274dfff58abd2ba3c4e62d7f191

parent

9d8fce0c6404445ad0b259480ceeab0f8178d4f4

2 files changed, 13 insertions(+), 1 deletions(-)

jump to
M index.htmlindex.html

@@ -43,5 +43,7 @@ </td>

</tr> </table> </section> + <section id="buttons"> + </section> </body> </html>
M style.cssstyle.css

@@ -70,4 +70,14 @@ color: var(--c-link);

&:visited { color: var(--c-visited); } -}+} + +#buttons { + margin-top: 1rem; + img { + image-rendering: auto; + image-rendering: crisp-edges; + image-rendering: pixelated; + image-rendering: -webkit-optimize-contrast; + } +}