forked from DebaucheryLibrarian/traxxx
Changed profile height to max-height.
This commit is contained in:
parent
33ddfe7c46
commit
37e4259fbd
|
@ -337,7 +337,7 @@ export default {
|
||||||
background: $profile;
|
background: $profile;
|
||||||
color: $highlight-extreme;
|
color: $highlight-extreme;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 18rem;
|
max-height: 18rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
Loading…
Reference in New Issue