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