Skip to content

Commit f9e045c

Browse files
Style landing page
1 parent 5430dd3 commit f9e045c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/cursorless-org/src/LandingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Header() {
5151
}
5252

5353
function Slogan() {
54-
return <h1 className="text-center text-uppercase mb-5">{DESCRIPTION}</h1>;
54+
return <h1 className="text-center text-uppercase mb-4">{DESCRIPTION}</h1>;
5555
}
5656

5757
function Buttons() {

packages/cursorless-org/src/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
background: var(--salmon-100);
2323
font-family: "Inconsolata-SemiExpanded", monospace;
2424
font-weight: 700;
25-
letter-spacing: 0.18em;
25+
letter-spacing: 0.375em;
2626
}
2727

2828
.landing-page > div {
2929
font-size: 3em;
3030
}
3131

3232
.landing-page-logo {
33-
width: 2em;
34-
height: 2em;
33+
width: 1.75em;
34+
height: 1.75em;
3535
}
3636

3737
.landing-page-btn {

0 commit comments

Comments
 (0)