Changed profile height to max-height.

This commit is contained in:
ThePendulum 2020-01-24 23:46:44 +01:00
parent 33ddfe7c46
commit 37e4259fbd
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ export default {
background: $profile;
color: $highlight-extreme;
width: 100%;
height: 18rem;
max-height: 18rem;
display: flex;
flex-direction: row;
flex-shrink: 0;