mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01: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;
|
flex-grow: 1;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
.card.large .meta-container {
|
||||||
|
align-self: flex-start;
|
||||||
|
}
|
||||||
.card .title {
|
.card .title {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Reference in a new issue