Skip to content

Commit

Permalink
Some small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Aug 3, 2024
1 parent 9d7c358 commit 5a1b6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- [Creating your identity](#creating-your-identity)
- [Adding the identity to the chain](#adding-the-identity-to-the-chain)
- [Linking the webring on your website](#linking-the-webring-on-your-website)
- [Area of interest](#area-of-interest)
- [Contribute to the generator](#contribute-to-the-generator)
- [Setting up the development environment](#setting-up-the-development-environment)
- [Run the binary `ring.exe`](#run-the-binary-ringexe)
Expand Down
4 changes: 2 additions & 2 deletions static/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

body {
font-size: 1.2rem;
line-height: 1.8;
line-height: calc(1em + 0.8rem);
line-height: 1.5;
line-height: calc(1em + 0.5rem);
-webkit-font-smoothing: antialiased;
min-height: 100vh;
padding: 0;
Expand Down

0 comments on commit 5a1b6b0

Please sign in to comment.