Skip to content
Snippets Groups Projects
Commit 1d83ed26 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix images, layout

parent be663ba7
No related branches found
No related tags found
2 merge requests!1018Release,!1016fix images, layout
Pipeline #18681 passed
......@@ -13,17 +13,17 @@
<div
class="
flex font-bold justify-center items-center rounded-full
flex font-bold justify-center items-center rounded-full w-12 shrink-0 grow-1
"
>
{% if self.page.profile_image %}
{% image self.page.profile_image fill-150x150 class="w-12 object-cover shrink-0 grow-1" %}
{% image self.page.profile_image fill-150x150 class="object-cover w-12 shrink-0 grow-1" %}
{% endif %}
</div>
<div
class="
flex gap-2 flex-col
flex gap-2 flex-col w-full
lg:gap-6 lg:flex-row
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment