[bug] card missing a top margin

This commit is contained in:
Andrea Vos 2022-01-04 17:04:37 +01:00
parent 53bfe5f683
commit c917f31503
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
<Share/> <Share/>
</section> </section>
</div> </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"> <h2 class="text-nowrap mb-3">
<Avatar :user="user"/> <Avatar :user="user"/>
@{{username}} @{{username}}

View File

@ -1,5 +1,5 @@
<template> <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="/"> <nuxt-link to="/">
<h1 class="text-nowrap h5"> <h1 class="text-nowrap h5">
<Icon v="tags"/> <Icon v="tags"/>