diff --git a/frontend/src/views/falukant/OverviewView.vue b/frontend/src/views/falukant/OverviewView.vue index 34c9c64..8f599bf 100644 --- a/frontend/src/views/falukant/OverviewView.vue +++ b/frontend/src/views/falukant/OverviewView.vue @@ -431,11 +431,11 @@ export default { .character-foreground { position: absolute; - bottom: 5%; + bottom: 10px; left: 50%; transform: translateX(-50%); - width: 33%; - height: 33%; + width: 55%; + height: 55%; z-index: 2; }