fix asset cutoff
This commit is contained in:
parent
f162102932
commit
0c9c1563e7
1 changed files with 0 additions and 9 deletions
|
@ -8,14 +8,6 @@
|
||||||
|
|
||||||
.asset-display {
|
.asset-display {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
|
||||||
flex: 1 1 auto;
|
|
||||||
justify-content: center;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
align-items: center;
|
|
||||||
min-height: 50vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.asset-title {
|
.asset-title {
|
||||||
|
@ -34,7 +26,6 @@
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
background: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*below must die if this is intended to be shareable component! it also probably doesn't need to be*/
|
/*below must die if this is intended to be shareable component! it also probably doesn't need to be*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue