Skip to content

Commit

Permalink
Merge pull request #232 from praveen-rikhari/Fixed-overlapping-text
Browse files Browse the repository at this point in the history
Fixed overlapping text on languages list on home page
  • Loading branch information
possumbilities authored Mar 22, 2024
2 parents 669b7b7 + a85fa16 commit 51530ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>Medium</h2>

<div class="resourcenav resourcenavstatic">
<h2>Language</h2>
<ul style="columns: 2;">
<ul style="columns: 2; column-gap: 35px;">
{% for language in site.data.languages %}
<li><a href="/all?&language={{ language.string }}">{{ language.name}}</a></li>
{% endfor %}
Expand Down

0 comments on commit 51530ac

Please sign in to comment.