mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 20:28:52 +03:00
For large cards, align the meta left
This commit is contained in:
parent
a41655698f
commit
5478e407aa
1 changed files with 3 additions and 0 deletions
|
@ -455,6 +455,9 @@
|
|||
flex-grow: 1;
|
||||
align-self: center;
|
||||
}
|
||||
.card.large .meta-container {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.card .title {
|
||||
line-height: 1.25;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in a new issue