[bug] card missing a top margin

This commit is contained in:
Andrea 2022-01-04 16:04:37 +01:00
parent aef267851e
commit 449a6d4c67
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
<Share/>
</section>
</div>
<div v-else-if="user.username" class="my-sm-5 pt-sm-2">
<div v-else-if="user.username" class="my-md-5 pt-md-2">
<h2 class="text-nowrap mb-3">
<Avatar :user="user"/>
@{{username}}

View File

@ -1,5 +1,5 @@
<template>
<Profile v-if="profile" :user="user" :profile="profile" class="pb-3" expandLinks>
<Profile v-if="profile" :user="user" :profile="profile" class="pb-3 mt-5" expandLinks>
<nuxt-link to="/">
<h1 class="text-nowrap h5">
<Icon v="tags"/>