| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,10 +45,10 @@ function goToPricing() { | |||
| 45 | 45 | to="/" | |
| 46 | 46 | class="text-decoration-none d-flex" | |
| 47 | 47 | > | |
| 48 | - <v-avatar color="#121212" class="mt-8 pa-1" rounded="0" :image="'/img/logo.svg'" :size="38" /> | ||
| 48 | + <v-avatar color="#121212" class="mt-6 pa-1" rounded="0" :image="'/img/logo.svg'" :size="38" /> | ||
| 49 | 49 | <h3 | |
| 50 | 50 | v-if="lgAndUp" | |
| 51 | - class="text-headline-large mb-0 ml-1 text-white" | ||
| 51 | + class="text-headline-large mb-0 ml-1 mt-6 text-white" | ||
| 52 | 52 | > | |
| 53 | 53 | httpSMS | |
| 54 | 54 | </h3> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,8 +67,9 @@ const planYearlyMonthlyPrice = computed( | |||
| 67 | 67 | <VCol | |
| 68 | 68 | cols="12" | |
| 69 | 69 | md="6" | |
| 70 | + class="pt-8 pb-16" | ||
| 70 | 71 | :class="{ | |
| 71 | - 'text-center pt-16': mdAndDown, | ||
| 72 | + 'text-center': mdAndDown, | ||
| 72 | 73 | }" | |
| 73 | 74 | > | |
| 74 | 75 | <h1 | |
@@ -126,9 +127,9 @@ const planYearlyMonthlyPrice = computed( | |||
| 126 | 127 | :class="{ 'ml-16': mdAndDown }" | |
| 127 | 128 | /> | |
| 128 | 129 | </VCol> | |
| 129 | - <VCol v-if="mdAndUp" cols="12" md="6" class="py-16"> | ||
| 130 | + <VCol v-if="mdAndUp" cols="12" md="6" class="pt-16"> | ||
| 130 | 131 | <VImg | |
| 131 | - class="mx-auto mb-4" | ||
| 132 | + class="mx-auto mt-8" | ||
| 132 | 133 | max-height="700" | |
| 133 | 134 | max-width="98%" | |
| 134 | 135 | :src="'/img/writing-code-phone.svg'" | |
@@ -1092,6 +1093,7 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());</code></pre> | |||
| 1092 | 1093 | ||
| 1093 | 1094 | <style lang="scss"> | |
| 1094 | 1095 | .gradient-header { | |
| 1096 | + font-size: 4.5rem; | ||
| 1095 | 1097 | color: #1ad37f; | |
| 1096 | 1098 | background-image: -webkit-linear-gradient(0deg, #1ad37f 14%, #329ef4 55%); | |
| 1097 | 1099 | -webkit-background-clip: text; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments