Fixed layout glitch

This commit is contained in:
Robert 2020-09-27 03:11:06 +02:00
parent 9172ffb41a
commit 74cc16008e

View file

@ -22,7 +22,8 @@
h1
{
margin-top: 100px;
margin-top: 0px;
padding-top: 50px;
font-family: "Trebuchet MS";
}
@ -97,14 +98,14 @@
</tr>
<tr>
<td>l</td>
<td><i>l</i></td>
<td>--</td>
<td><input type="range" min="0" max="10" step="1" value="2" id="l" /></td>
<td id="ll"></td>
</tr>
<tr>
<td>m</td>
<td><i>m</i></td>
<td>--</td>
<td><input type="range" min="-10" max="10" step="1" value="0" id="m" /></td>
<td id="lm"></td>