Update layout
This commit is contained in:
parent
e06622ded8
commit
09d8b54c6f
12 changed files with 128 additions and 175 deletions
|
|
@ -1,14 +1,14 @@
|
|||
<div class="flex mb-2">
|
||||
<div class="w-16 mr-2 flex-none">
|
||||
<div class="flex mb-3">
|
||||
<div class="w-16 mr-3 flex-none">
|
||||
<div class="flex flex-col items-center">
|
||||
<img src="/images/badges/{{ image.filename }}" alt="{{ image.alt }}" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center">
|
||||
<p class="mb-0 text-sm">
|
||||
<div class="flex items-center ml-px">
|
||||
<p class="text-sm mb-0 mr-1">
|
||||
{% if url %}
|
||||
<a href="{{ url }}">{{ title }}</a>
|
||||
<a href="{{ url }}" class="no-underline hover:underline focus:underline">{{ title }}</a>
|
||||
{% else %}
|
||||
{{ title }}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue