We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5430dd3 commit f9e045cCopy full SHA for f9e045c
2 files changed
packages/cursorless-org/src/LandingPage.tsx
@@ -51,7 +51,7 @@ function Header() {
51
}
52
53
function Slogan() {
54
- return <h1 className="text-center text-uppercase mb-5">{DESCRIPTION}</h1>;
+ return <h1 className="text-center text-uppercase mb-4">{DESCRIPTION}</h1>;
55
56
57
function Buttons() {
packages/cursorless-org/src/styles.css
@@ -22,16 +22,16 @@
22
background: var(--salmon-100);
23
font-family: "Inconsolata-SemiExpanded", monospace;
24
font-weight: 700;
25
- letter-spacing: 0.18em;
+ letter-spacing: 0.375em;
26
27
28
.landing-page > div {
29
font-size: 3em;
30
31
32
.landing-page-logo {
33
- width: 2em;
34
- height: 2em;
+ width: 1.75em;
+ height: 1.75em;
35
36
37
.landing-page-btn {
0 commit comments