From ca140a882196c6d32622866d3ef7977122ad4248 Mon Sep 17 00:00:00 2001 From: Inhji Date: Wed, 19 Jul 2023 22:40:49 +0200 Subject: [PATCH] improve profile picture on about page --- .../controllers/page_html/about.html.heex | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/about.html.heex b/lib/chiya_web/controllers/page_html/about.html.heex index 27549b3..becbcf3 100644 --- a/lib/chiya_web/controllers/page_html/about.html.heex +++ b/lib/chiya_web/controllers/page_html/about.html.heex @@ -1,14 +1,17 @@
- - - <.header class="mt-8"> - <%= @user.name %> - <:subtitle><%= @user.bio %> - + +
+ + <.header class="flex-1"> + <%= @user.name %> + <:subtitle><%= @user.bio %> + + +
<%= if @note do %>