diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-10-01 02:20:43 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-10-01 02:20:43 -0400 |
commit | 1d49c4fd482fe3248363d23d841f4c9592b5b749 (patch) | |
tree | 69ab587d491d0f8f9fe53f10f56d4812de471f07 | |
parent | 8ec2d78e7e36bd7e2369fe5183d26d2c098f7f48 (diff) | |
download | web-1d49c4fd482fe3248363d23d841f4c9592b5b749.tar.xz |
set a fixed height.
-rw-r--r-- | ballance/levels/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ballance/levels/index.html b/ballance/levels/index.html index 5e66aa3..7ddb5de 100644 --- a/ballance/levels/index.html +++ b/ballance/levels/index.html @@ -32,8 +32,8 @@ These are the custom levels for the video game "Ballance" made by me. They are w </p> <table> <tr> -<td style="width:50%"><a href="/ballance/levels/lucid/"><img style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/lucid_small.png"></a></td> -<td style="width:50%"><a href="/ballance/levels/landfill/"><img style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/landfill_l_r0_es_small_xw.png"></a></td> +<td style="width:50%"><a href="/ballance/levels/lucid/"><img height="400" style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/lucid_small.png"></a></td> +<td style="width:50%"><a href="/ballance/levels/landfill/"><img height="400" style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/landfill_l_r0_es_small_xw.png"></a></td> </tr> </table> |