Skip to content

Commit

Permalink
fix(sidebar): fix typo and increase font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
hlibco committed Jul 27, 2020
1 parent 847a034 commit fae6740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion public/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ h3 {
}

h1 {
font-size: 36px;
font-size: 42px;
margin-bottom: 24px;
}
h2 {
Expand Down Expand Up @@ -207,6 +207,7 @@ a:visited {
}

ul {
font-size: 18px;
margin: 0;

li {
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const sidebar = (s: State): any => {
rel: 'noreferrer',
target: '_blank'
},
text('Hyprapp Projects')
text('Hyperapp Projects')
)
)
]),
Expand Down

1 comment on commit fae6740

@vercel
Copy link

@vercel vercel bot commented on fae6740 Jul 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.