fix: flex! 💪
This commit is contained in:
parent
793884947f
commit
088a8b775a
3 changed files with 10 additions and 6 deletions
|
@ -22,6 +22,10 @@
|
|||
height: calc(var(--sizing-3xl) * 1.5);
|
||||
}
|
||||
|
||||
& .presentation {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
& .meta,
|
||||
& .presentation {
|
||||
justify-content: start;
|
||||
|
|
Reference in a new issue