File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments