G-Loot DS — tabs stretch
by Augustin Hiebel
HTML
<ul className="tabs">
<li>
<button className="button-stretch">
<span className="icon icon-game-apexlegends-symbol" />
<span>
<span>Apex Legends</span>
</span>
</button>
</li>
<li>
<button className="button-stretch is-active">
<span className="icon icon-game-valorant-symbol" />
<span>
<span>Valorant</span>
</span>
</button>
</li>
<li>
<button className="button-stretch">
<span className="icon icon-game-leagueoflegends-symbol" />
<span>
<span>League of Legends</span>
</span>
</button>
</li>
</ul>