remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:16:16 -06:00
parent 0a61f3feb5
commit 9596ec5bd9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% for u in users %}
<div class="my-2 px-2 w-1/2 overflow-hidden lg:w-1/3 xl:w-1/5">
<div class="my-2 px-2 w-full overflow-hidden md:w-1/2 lg:w-1/3 xl:w-1/5">
<div id="user-{{u.id}}" class="shadow-sm rounded-md bg-gray-100 border border-gray-300 h-full overflow-hidden">
<div class="relative">
<img loading="lazy" src="{{u.banner_url}}" class="object-cover" alt="@{{u.username}} user banner" height=175>