diff --git a/frontend/assets/icons/arrow.svg b/frontend/assets/icons/arrow.svg new file mode 100644 index 0000000..0145e73 --- /dev/null +++ b/frontend/assets/icons/arrow.svg @@ -0,0 +1,3 @@ + diff --git a/frontend/assets/styles/_typography.css b/frontend/assets/styles/_typography.css index 0918415..67404e3 100644 --- a/frontend/assets/styles/_typography.css +++ b/frontend/assets/styles/_typography.css @@ -2,8 +2,12 @@ h1, .h1 { @apply font-sans font-bold; - font-size: 1.75rem; - line-height: 1.43; + font-size: 1.5rem; + line-height: 1.3; + + @screen md { + font-size: 2rem; + } } /* Headline 2 */ diff --git a/frontend/components/general/Btn.vue b/frontend/components/general/Btn.vue index 7350af8..b275e11 100644 --- a/frontend/components/general/Btn.vue +++ b/frontend/components/general/Btn.vue @@ -91,7 +91,6 @@ const btnClass = computed(() => { 'w-full': props.type !== 'link' && props.size === 'large', 'text-primary underline': props.type === 'link', 'font-bold': props.type !== 'link', - '!text-white': props.type === 'secondary', 'pointer-events-none pointer-default': props.disabled || props.loading, 'opacity-60': props.disabled, 'hover-bounce': props.type !== 'link' && props.type !== 'builders', diff --git a/frontend/components/parts/form/SighUp.vue b/frontend/components/parts/form/SighUp.vue index 0867e54..a37aa27 100644 --- a/frontend/components/parts/form/SighUp.vue +++ b/frontend/components/parts/form/SighUp.vue @@ -95,10 +95,15 @@ function onCaptchaVerify(token: string) {
I have read and agree to Terms and Conditions and Privacy Policy.
+ ++ I have read and agree to + Terms and Conditions and Privacy Policy. +
+
By signing up, you’ll be in the game for the hottest perks in the form of MENT token