make flags less dumb?
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user