From 1d49c4fd482fe3248363d23d841f4c9592b5b749 Mon Sep 17 00:00:00 2001
From: Chris Xiong <chirs241097@gmail.com>
Date: Tue, 1 Oct 2024 02:20:43 -0400
Subject: set a fixed height.

---
 ballance/levels/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'ballance/levels')

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>
 
-- 
cgit v1.2.3