Fix project-logo display #39
This commit is contained in:
parent
75a4dba4ec
commit
60f15ee6db
1 changed files with 2 additions and 1 deletions
|
|
@ -22,12 +22,13 @@
|
||||||
|
|
||||||
.project-logo {
|
.project-logo {
|
||||||
order: -1;
|
order: -1;
|
||||||
background: var(--color-grey-50);
|
|
||||||
color: var(--color-grey-400);
|
color: var(--color-grey-400);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 4.5rem;
|
line-height: 4.5rem;
|
||||||
width: 4.5rem;
|
width: 4.5rem;
|
||||||
height: 4.5rem;
|
height: 4.5rem;
|
||||||
|
object-fit: contain;
|
||||||
|
outline: 1px solid var(--color-grey-50);
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-steps {
|
.project-steps {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue