about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-10-13T03·26-0400
committerglittershark <grfn@gws.fyi>2020-10-13T03·35+0000
commit199738955cac84572aa17495aa8882e1563a3c38 (patch)
tree6719d594dcce51f8d923aae81d495c95758e93a3
parentbb6e1b8c07f5e34d71dc154c247f2af4a55bd823 (diff)
feat(wigglydonke.rs): Make image the width of the page r/1843
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
-rw-r--r--users/glittershark/wigglydonke.rs/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/users/glittershark/wigglydonke.rs/index.html b/users/glittershark/wigglydonke.rs/index.html
index 88511c661c..4fd7f25fcf 100644
--- a/users/glittershark/wigglydonke.rs/index.html
+++ b/users/glittershark/wigglydonke.rs/index.html
@@ -2,10 +2,15 @@
 <html>
   <head>
     <title>Kids Love Wiggly Donkers!</title>
+    <style type="text/css">
+      #wiggly-donkers {
+          width: 100%;
+      }
+    </style>
   </head>
   <body>
     <a href="https://tvl.fyi">
-      <img src="/wd.png"/>
+      <img src="/wd.png" id="wiggly-donkers"/>
     </a>
   </body>
 </html>