refactor(about): make pixel perfect

This commit is contained in:
Sergey Krylov 2023-09-10 18:52:07 +03:00
parent d96ea83c2d
commit aac79e93b5
4 changed files with 5 additions and 2 deletions

View File

@ -101,8 +101,8 @@ export const getTitleImage = (req: Request, res: Response<ImageType>) => {
height: 584, height: 584,
mobileHeight: 700, mobileHeight: 700,
mobilePosition: { mobilePosition: {
left: -20, left: -26,
top: -175, top: -172,
}, },
mobileSrc: aboutMobileImage, mobileSrc: aboutMobileImage,
mobileWidth: 390, mobileWidth: 390,

View File

@ -85,6 +85,9 @@ const contactsTitleText: TitleText = {
const aboutTitleText: TitleText = { const aboutTitleText: TitleText = {
description: 'История открытия и развития Аркидс Парка\\n и то, что мы делаем для Вас сегодня', description: 'История открытия и развития Аркидс Парка\\n и то, что мы делаем для Вас сегодня',
mobileDescription: 'История открытия и развития\\n'
+ 'Аркидс Парка и то, что мы делаем\\n'
+ 'для Вас сегодня',
title: 'Информация о парке', title: 'Информация о парке',
}; };

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 646 KiB