Skip to content

Commit 8af2562

Browse files
feat(about): update tagline and title style
1 parent 3762d17 commit 8af2562

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

components/about.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ export default function About(): JSX.Element {
117117
<main>
118118
<header>
119119
<Title>
120-
Tutorbook is the
120+
Volunteer tutors for
121121
<br />
122-
Airbnb for free tutors
122+
every subject imaginable
123123
</Title>
124124
</header>
125125
<FilterForm query={query} onChange={setQuery} onSubmit={onSubmit} />
@@ -148,7 +148,7 @@ export default function About(): JSX.Element {
148148
149149
header {
150150
text-align: center;
151-
margin: 36px 0;
151+
margin: 48px 0;
152152
}
153153
154154
article {

components/title/title.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
font-size: 72px;
8080
display: inline-block;
8181
border: 1px solid var(--background); // Otherwise, blue peaks out underneath.
82-
line-height: 1;
82+
padding-bottom: 2px;
83+
line-height: 1.15;
8384
margin: -1px;
8485

8586
@media (max-width: 800px) {

0 commit comments

Comments
 (0)