diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-02 15:50:18 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-02 15:50:18 +0100 |
commit | 26028ca0bc78c6ad351329548db34f4591cd87d5 (patch) | |
tree | f8ea89465681a7af179a41c13f17ef6656ae5033 | |
parent | e844b2d6d247f4e0a1e4d93b0d972735b64937ae (diff) | |
download | votes-for-women-26028ca0bc78c6ad351329548db34f4591cd87d5.tar.gz |
reposition PA, KY, TN, LA
-rw-r--r-- | play.html | 8 | ||||
-rw-r--r-- | play.js | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1112,10 +1112,10 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35 <div class="label" style="top:206px;left:817px">NY</div> <div class="label" style="top:393px;left:841px">NC</div> <div class="label" style="top:341px;left:832px">VA</div> - <div class="label" style="top:266px;left:824px">PA</div> + <div class="label" style="top:264px;left:814px">PA</div> <div class="label" style="top:318px;left:778px">WV</div> - <div class="label" style="top:362px;left:718px">KY</div> - <div class="label" style="top:400px;left:661px">TN</div> + <div class="label" style="top:358px;left:688px">KY</div> + <div class="label" style="top:396px;left:701px">TN</div> <div class="label" style="top:297px;left:739px">OH</div> <div class="label" style="top:309px;left:684px">IN</div> <div class="label" style="top:272px;left:636px">IL</div> @@ -1129,7 +1129,7 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35 <div class="label" style="top:474px;left:756px">GA</div> <div class="label" style="top:479px;left:690px">AL</div> <div class="label" style="top:486px;left:637px">MS</div> - <div class="label" style="top:485px;left:592px">LA</div> + <div class="label" style="top:535px;left:612px">LA</div> <div class="label" style="top:445px;left:580px">AR</div> <div class="label" style="top:525px;left:457px">TX</div> <div class="label" style="top:426px;left:494px">OK</div> @@ -73,7 +73,7 @@ const LAYOUT = { "PA": [849, 247], "WV": [811, 300], "KY": [743, 341], - "TN": [716, 391], + "TN": [686, 401], "OH": [762, 277], "IN": [708, 285], "IL": [663, 323], @@ -87,7 +87,7 @@ const LAYOUT = { "GA": [779, 455], "AL": [715, 460], "MS": [662, 467], - "LA": [623, 534], + "LA": [623, 520], "AR": [605, 426], "TX": [482, 506], "OK": [519, 407], |