[bug] card missing a top margin
This commit is contained in:
parent
aef267851e
commit
449a6d4c67
|
@ -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}}
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Reference in New Issue