forked from AkkomaGang/akkoma-fe
Minor mobile layout improvement for BasicUserCard
This commit is contained in:
parent
651c97153b
commit
d5f8e2b1ee
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue