refactor(faq): make pixel perfect

This commit is contained in:
Sergey Krylov 2023-09-06 09:15:23 +03:00
parent fae3c7161c
commit a3794a05d7
3 changed files with 3 additions and 3 deletions

View File

@ -62,13 +62,13 @@ export const getTitleImage = (req: Request, res: Response<ImageType>) => {
mobileHeight: 704,
mobilePosition: {
left: -20,
top: -175,
top: -174,
},
mobileSrc: faqMobileImage,
mobileWidth: 385,
position: {
left: 75,
top: -160,
left: 126,
top: -162,
},
src: faqDesktopImage,
width: 1153,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 970 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

After

Width:  |  Height:  |  Size: 528 KiB