Skip to content

Commit

Permalink
fix: title line height
Browse files Browse the repository at this point in the history
  • Loading branch information
totocalcio committed May 11, 2024
1 parent cf9be30 commit 6df593b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions apps/web/app/components/FormPageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ section {
.title {
text-align: center;
line-height: 1.2;
}
.subtitle {
Expand Down
1 change: 1 addition & 0 deletions apps/web/app/components/MessagePageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.title {
text-align: center;
line-height: 1.2;
}
.body {
Expand Down
13 changes: 8 additions & 5 deletions apps/web/app/components/SponsorPageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const { color } = useColor()
</VFLinkButton>
</div>
</article>

</div>
</template>

Expand All @@ -85,18 +84,20 @@ const { color } = useColor()
color: var(--color-vue-blue);
}
.title {
text-align: center;
line-height: 1.2;
}
.sponsor-body {
margin: 0 auto;
padding: var(--sponsor-body-padding);
margin: 0 1.5%;
background-color: white;
max-width: 960px;
text-align: center;
}
.sponsor-text {
text-align: left;
margin-top: calc(var(--unit) * 4);
line-height: 1.8;
Expand All @@ -118,8 +119,10 @@ const { color } = useColor()
}
.sponsor-subtitle {
text-align: center;
line-height: 1.2;
margin-top: calc(var(--unit) * 5);
margin-bottom: calc(var(--unit) * 2);
margin-bottom: calc(var(--unit) * 2.5);
background: var(--color-vue-green-gradation);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
Expand Down

0 comments on commit 6df593b

Please sign in to comment.