fix(main): fix main page

This commit is contained in:
Sergey Krylov 2023-08-03 09:41:19 +03:00
parent 7ba390755f
commit 282b1fb827

View File

@ -352,7 +352,7 @@ export const egerQuest: QuestItemType = {
styles: { styles: {
color: '#fff', color: '#fff',
fontFamily: 'DwarvenStonecraftCyr', fontFamily: 'DwarvenStonecraftCyr',
fontSize: 45, fontSize: 120,
}, },
text: 'Егерь', text: 'Егерь',
}, },
@ -563,7 +563,7 @@ export const faraonQuest: QuestItemType = {
border: '3px #fff', border: '3px #fff',
color: 'linear-gradient(134.56deg, #FF5C00 11.78%, #FF3399 84.81%)', color: 'linear-gradient(134.56deg, #FF5C00 11.78%, #FF3399 84.81%)',
fontFamily: 'Angry', fontFamily: 'Angry',
fontSize: 45, fontSize: 56,
}, },
text: 'Фараон', text: 'Фараон',
}, },
@ -762,7 +762,7 @@ export const multQuest: QuestItemType = {
border: '4px #fff', border: '4px #fff',
color: 'linear-gradient(134.56deg, #FFF500 11.78%, #FF3399 84.81%)', color: 'linear-gradient(134.56deg, #FFF500 11.78%, #FF3399 84.81%)',
fontFamily: 'Airfool', fontFamily: 'Airfool',
fontSize: 54, fontSize: 78,
}, },
text: 'Мульт', text: 'Мульт',
}, },