From fe8a9ba92e9574ac6b5a43de464ef4f35b90b7a4 Mon Sep 17 00:00:00 2001 From: Rayan fernandes <37145078+Rayanfer32@users.noreply.github.com> Date: Sun, 13 Jun 2021 11:30:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Change=20shadow=20for=20cards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home.html b/app/templates/home.html index ef5bb33..214831c 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -8,7 +8,7 @@
{% for chat in chats %} + class="mx-auto flex flex-col justify-items-center w-2/3 min-h-full md:w-2/5 lg:w-1/6 rounded my-2 p-2 shadow hover:shadow-md hover:border hover:border-blue-300 hover:bg-blue-100">
{{chat.name}}