Skip to content

Commit

Permalink
Fix results images
Browse files Browse the repository at this point in the history
  • Loading branch information
Genora51 committed Aug 20, 2021
1 parent dedae6c commit e9fce45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions results.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ <h2>Economic Axis: <span class="weight-300" id="economic-label"></span></h2>
<img id="img-equality" src="value_images/equality.svg" height="128pt"/>
<div class="bar equality" id="bar-equality"><div class="text-wrapper" id="equality"></div></div>
<div class="bar wealth" id="bar-wealth"><div class="text-wrapper" id="wealth"></div></div>
<img id="img-wealth" src="value_images/wealth.svg" height="128pt"/>
<img id="img-wealth" src="value_images/markets.svg" height="128pt"/>
</div>
<h2>Diplomatic Axis: <span class="weight-300" id="diplomatic-label"></span></h2>
<div class="axis">
<img id="img-might" src="value_images/might.svg" height="128pt"/>
<img id="img-might" src="value_images/nation.svg" height="128pt"/>
<div class="bar might" id="bar-might"><div class="text-wrapper" id="might"></div></div>
<div class="bar peace" id="bar-peace"><div class="text-wrapper" id="peace"></div></div>
<img id="img-peace" src="value_images/peace.svg" height="128pt"/>
<img id="img-peace" src="value_images/globe.svg" height="128pt"/>
</div>
<h2>Civil Axis: <span class="weight-300" id="state-label"></span></h2>
<div class="axis">
Expand Down

0 comments on commit e9fce45

Please sign in to comment.