UBERF-10437: Decrease background image in profile

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artem Savchenko 2025-04-30 17:34:37 +07:00
parent 3ffce26d51
commit 5b3b8795fe
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -80,7 +80,7 @@
.image-container {
/* image-container */
width: 100%;
min-height: 8rem;
min-height: 6.75rem;
display: flex;
/* Inside auto layout */
@ -110,7 +110,7 @@
right: 0;
top: 0;
bottom: 0;
height: 7.25rem;
height: 5.75rem;
border-radius: 0;
background-size: contain;