feat(wigglydonke.rs): Make image the width of the page

The default size is a little bit large

Change-Id: I9f7096cdf9f9ba8433e6ead6124bdc04fc88877b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2043
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-10-12 23:26:27 -04:00 committed by glittershark
parent bb6e1b8c07
commit 199738955c

View file

@ -2,10 +2,15 @@
<html> <html>
<head> <head>
<title>Kids Love Wiggly Donkers!</title> <title>Kids Love Wiggly Donkers!</title>
<style type="text/css">
#wiggly-donkers {
width: 100%;
}
</style>
</head> </head>
<body> <body>
<a href="https://tvl.fyi"> <a href="https://tvl.fyi">
<img src="/wd.png"/> <img src="/wd.png" id="wiggly-donkers"/>
</a> </a>
</body> </body>
</html> </html>