make flags less dumb?

This commit is contained in:
2017-11-24 16:03:02 -08:00
parent 0f0cccd951
commit a41cdd7f99
2 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,10 @@
<li class="flag"> <a href="{{include.url}}" class="{{include.color}} flagButton">
<span class="flagText">{{include.name}}</span>
<!-- <svg viewBox="0 0 115 50" preserveAspectRatio="none">
<li>
<a href="{{include.url}}" class="flag">
<span class="{{include.color}} flagButton">
<h3>{{include.name}}</h3>
<!-- <svg viewBox="0 0 115 50" preserveAspectRatio="none">
<polygon points="0,50 100,50, 115,25, 100,0, 0,0"/>
</svg> -->
</a> </li>
</span>
</a>
</li>