diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-26 15:55:11 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-26 15:55:11 +0200 |
commit | 216d68c6fc62c4fab783dafe927c9c6ef7cde313 (patch) | |
tree | 3d832eefeaf1b27e5dfb3fc8d4c8ab0f06fbb933 | |
parent | d4ad89cb8c3080b448e8af2bbe95e28bbed1dbd0 (diff) |
Fix align
-rw-r--r-- | pages/user/_id.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/user/_id.vue b/pages/user/_id.vue index d01fa96..7f57338 100644 --- a/pages/user/_id.vue +++ b/pages/user/_id.vue @@ -1,6 +1,6 @@ <template lang="pug"> .mx-auto.w-90p.py-6#modelpage(class="sm:px-6 lg:px-8 md:max-w-7xl") - .grid.mb-10.justify-items-center.text-center(class="sm:flex" v-if="user.username") + .grid.mb-10.justify-items-center.text-center(class="sm:flex sm:text-left" v-if="user.username") user-avatar(:data="user" big="1") .grid.p-0(class="sm:pl-7") h1.text-2xl.font-bold.self-end.flex(:title="user.username+' is an admin'") {{ user.name }} |