diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-26 16:09:56 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-28 12:41:20 -0500 |
| commit | 6e41b4b546a7ddddefbbae4c4bd8358df7768c1e (patch) | |
| tree | abb4307650259521dc9f9ed4dec6664690158c32 /src/components/basic_user_card | |
| parent | d5f8e2b1ee5ea34c312a3bb1587aa9a427d23a31 (diff) | |
Revert "Minor mobile layout improvement for BasicUserCard"
This reverts commit 1cd964bffff3ae4d324d0ab99e5c218eae7cd0ca.
Diffstat (limited to 'src/components/basic_user_card')
| -rw-r--r-- | src/components/basic_user_card/basic_user_card.vue | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/basic_user_card/basic_user_card.vue b/src/components/basic_user_card/basic_user_card.vue index 1c8def75..0563360a 100644 --- a/src/components/basic_user_card/basic_user_card.vue +++ b/src/components/basic_user_card/basic_user_card.vue @@ -110,16 +110,11 @@ @media (min-width: 320px) and (max-width: 480px) { &-primary-secondary-wrapper { flex-direction: column; - align-items: stretch; } &-primary-area { margin-right: 0; } - - &-secondary-area { - align-self: flex-end; - } } } </style> |
