Skip to content

Commit 23fdb95

Browse files
committed
restore text centering for caption (was removed somehow)
1 parent 443b7de commit 23fdb95

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/frontend/src/app/matching/modalContent/styles.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,12 @@ button:disabled, .joined-match-deactivated-button {
227227
height: 60px;
228228
fill: #463F3A;
229229
}
230+
231+
.user-caption {
232+
display: flex;
233+
justify-content: center;
234+
}
235+
236+
.avatar-caption-container {
237+
width: 64px;
238+
}

0 commit comments

Comments
 (0)