diff --git a/res/static/style/layout.css b/res/static/style/layout.css index a889398..91d87b3 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -364,7 +364,9 @@ a { color: var(--link_color); } -p { +p, +ul, +ol { margin: 0.5em 0; } diff --git a/svelte/src/speedtest/Index.svelte b/svelte/src/speedtest/Index.svelte index 31a190e..c52a786 100644 --- a/svelte/src/speedtest/Index.svelte +++ b/svelte/src/speedtest/Index.svelte @@ -33,7 +33,7 @@ import Speedtest from "./Speedtest.svelte";
The second number shows the download speed in bits. This is usually the speed your ISP advertises to you. This number is equal to the - first number but multiplied by 8, because there are eight bits in a + first number multiplied by eight, because there are eight bits in a byte.
@@ -46,10 +46,10 @@ import Speedtest from "./Speedtest.svelte";
The last number shows how much data the speedtest was able to - transfer in duration of the test. The standard test is five seconds - and the long test is 10 seconds. The long test is better - representative of the real download speed because the speed needs to - ramp up at the beginning which also takes time. + transfer in the duration of the test. The standard test is six + seconds and the long test is twelve seconds. The long test might be + slightly more accurate than the short one, but it uses more + bandwidth.