Minor mobile layout improvement for BasicUserCard

This commit is contained in:
taehoon 2019-02-26 16:08:02 -05:00
parent 651c97153b
commit d5f8e2b1ee
1 changed files with 5 additions and 0 deletions

View File

@ -110,11 +110,16 @@
@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>