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:
parent
bb6e1b8c07
commit
199738955c
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue