refactor(about): make pixel perfect
This commit is contained in:
parent
d96ea83c2d
commit
aac79e93b5
@ -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,
|
||||||
|
|||||||
@ -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 |
Loading…
x
Reference in New Issue
Block a user