Update text size for links/list items in tables
This commit is contained in:
parent
03082443be
commit
1d335f041b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<ul>
|
||||
{% for key, link in event.urls %}
|
||||
<li>
|
||||
<a href="{{ link }}" title="{% spaceless %}
|
||||
<a class="text-sm" href="{{ link }}" title="{% spaceless %}
|
||||
{{ key == 'code' ? 'View the example code from %s.'|format(event.name) }}
|
||||
{{ key == 'demo' ? 'View the demo from %s.'|format(event.name) }}
|
||||
{{ key == 'slides' ? 'View the slides from %s.'|format(event.name) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue