🎨 (app) fix margin

This commit is contained in:
Julien Calixte
2019-12-29 11:38:04 +01:00
parent f9b7873c0a
commit bdf854c7a5
3 changed files with 10 additions and 2 deletions

View File

@@ -373,5 +373,6 @@ export default class User extends Vue {
<style scoped>
.user {
padding: 15px 0;
margin: 0 0.75rem;
}
</style>