Skip to content

Commit

Permalink
docs: website and README tweaks
Browse files Browse the repository at this point in the history
- decrease website bottom body padding
- Make 'logo' in README a link to the website

Signed-off-by: Ashley Claymore <[email protected]>
  • Loading branch information
acutmore committed Sep 18, 2024
1 parent 55bf933 commit f26307d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<img src="assets/ts-blank-space.png" width="728" alt="'ts-blank-space' as a logo. the 'ts' is in TypeScript blue and the 'blank-space' is in JavaScript orange" />
<a href="https://bloomberg.github.io/ts-blank-space">
<img src="assets/ts-blank-space.png" width="728" alt="'ts-blank-space' as a logo. the 'ts' is in TypeScript blue and the 'blank-space' is in JavaScript orange" />
</a>

A small, fast, pure JavaScript, type-stripper using the official TypeScript parser.

Expand Down
2 changes: 1 addition & 1 deletion website/_includes/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
body {
display: grid;
grid-template-columns: 1fr min(45rem, 90%) 1fr;
padding-bottom: 50vh;
padding-bottom: 10rem;
}
body > * {
grid-column: 2;
Expand Down

0 comments on commit f26307d

Please sign in to comment.