Lots of spacing adjustments so that the new entry layout doesn't suck on mobile
This commit is contained in:
parent
cf0264b5a6
commit
0d1d102f47
3 changed files with 5 additions and 7 deletions
|
@ -37,14 +37,12 @@
|
|||
|
||||
{% for c in entry.cats.all() %}
|
||||
{{i}}<a class="p-category card-link" href="{{ c.url }}">
|
||||
{{i}}<i class="fas fa-paw" aria-hidden="true"></i>
|
||||
{{i}}{{ c.name }}
|
||||
{{i}}<i class="fas fa-paw" aria-hidden="true"></i> {{ c.name }}
|
||||
{{i}}</a>
|
||||
{% endfor %}
|
||||
{% for s in entry.syndications.all() %}
|
||||
{{i}}<a class="u-syndication card-link" href="{{ s.url }}">
|
||||
{{i}}<i class="{{ s.profile.site.icon }}" aria-hidden="true"></i>
|
||||
{{i}}{{ s.profile }}
|
||||
{{i}}<i class="{{ s.profile.site.icon }}" aria-hidden="true"></i> {{ s.profile }}
|
||||
{{i}}</a>
|
||||
{% endfor %}
|
||||
{{i}}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue