Created
August 2, 2019 22:30
-
-
Save planetoftheweb/862bda4447f186da8951c5188ca4281c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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