diff --git a/src/components/index/MainSection.vue b/src/components/index/MainSection.vue index 5a6241f..4cb8fa1 100644 --- a/src/components/index/MainSection.vue +++ b/src/components/index/MainSection.vue @@ -103,14 +103,18 @@ export default class extends Vue { .reward-title{ margin-left: 96px; width: 610px; - color: transparent; font-size: 55px; font-weight: bold; + color: transparent; background: linear-gradient(to right, #FFE930, #FF8914); -webkit-background-clip: text; p{ margin-block-start: 12px; margin-block-end: 12px; + color: #FFE930; + background-image: linear-gradient(to right, #FFE930, #FF8914); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } } .reward-desc{ diff --git a/src/components/mobile/main/CenterSection.vue b/src/components/mobile/main/CenterSection.vue index 8541bff..9793402 100644 --- a/src/components/mobile/main/CenterSection.vue +++ b/src/components/mobile/main/CenterSection.vue @@ -2,8 +2,8 @@
-

About Crypto Elite's:

-

BATTLEGROUNDS(CEBG)

+
About Crypto Elite's:
+
BATTLEGROUNDS(CEBG)

Crypto Elite's: BATTLEGROUNDS(CEBG) is a light online multiplayer Battle Royale game.

@@ -100,16 +100,19 @@ export default class MobileCenterSection extends Vue { width: 100vw; margin-top: 11.2vw; .reward-title{ + display: inline-block; margin-left: 7.7vw; - width: 100%; - color: transparent; font-size: 6vw; font-weight: bold; - background: linear-gradient(to right, #FFE930, #FF8914); - -webkit-background-clip: text; - p{ + width: fit-content; + div{ margin-block-start: 12px; margin-block-end: 12px; + width: fit-content; + color: #FFE930; + background-image: linear-gradient(to right, #FFE930, #FF8914); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } } .reward-desc{ @@ -120,6 +123,8 @@ export default class MobileCenterSection extends Vue { p{ margin-block-start: 8px; margin-block-end: 8px; + color: #EDEDED; + font-size: 4vw; } } }