Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created August 2, 2019 22:30
Show Gist options
  • Save planetoftheweb/862bda4447f186da8951c5188ca4281c to your computer and use it in GitHub Desktop.
Save planetoftheweb/862bda4447f186da8951c5188ca4281c to your computer and use it in GitHub Desktop.
<template>
<div class="container mt-4">
<div class="row justify-content-center">
<div
class="col-8 col-sm-6 col-md-4 col-lg-3 mb-2 p-0 px-1"
>
<div class="card">
<div class="card-body px-3 py-2 d-flex align-items-center justify-content-center">
<div>displayName</div>
</div>
</div>
</div>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment