diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -148,13 +148,13 @@ <div id="benchmark-mode" class="columns controls d-hide"> <div class="column"> <div class="columns"> - <div class="column col-3"> + <div class="column col-3" style="width: 20%"> <p>You can also use the raytracer to run a CPU and JavaScript performance benchmark.</p> <p>This will run multiple 1080p renders, with both single and multicore workloads. An overall score will be calculated based on performance, higher is better.</p> - <p>Compare your results to the reference scores from the various other devices I've tested.</p> + <p>Compare your results to the reference scores from the various devices I've tested.</p> </div> <div class="divider-vert"></div> - <div class="column col-6"> + <div class="column col-6" style="width: 55%"> <div id="benchmark-results-graph" style="width: 100%; height: 500px"></div> </div> <div class="column col-3"> |