mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-19 08:27:54 +01:00
Fix image (missing 5 px at the bottom)
This commit is contained in:
parent
a76a839768
commit
cb33db7c94
2 changed files with 1 additions and 1 deletions
BIN
web/_img/place-indexed-final-place.png
Normal file
BIN
web/_img/place-indexed-final-place.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 MiB |
|
@ -99,7 +99,7 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
|
||||||
<canvas id="linesCanvas"></canvas>
|
<canvas id="linesCanvas"></canvas>
|
||||||
<div id="innerContainer">
|
<div id="innerContainer">
|
||||||
<canvas id="highlightCanvas" width="2000" height="2000"></canvas>
|
<canvas id="highlightCanvas" width="2000" height="2000"></canvas>
|
||||||
<img id="image" src="./_img/place-indexed.png" width="2000" height="2000" alt="Canvas of /r/place in the state of when the experiment was concluded." />
|
<img id="image" src="./_img/place-indexed-final-place.png" width="2000" height="2000" alt="Canvas of /r/place in the state of when the experiment was concluded." />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue