Skip to content

Commit

Permalink
Minor chanegs
Browse files Browse the repository at this point in the history
  • Loading branch information
shailen-naidoo committed Jul 29, 2019
1 parent 52ff61a commit 20eb030
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/layouts/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = async ({ title, content, head }) => html`
top: -40px;
}
to {
top: -45px;
top: -50px;
}
}
</style>
Expand All @@ -42,7 +42,7 @@ module.exports = async ({ title, content, head }) => html`
overflow-y: scroll;
}
.float-ballon {
.float-ballon:hover {
font-weight: bold;
top: -40px;
animation-name: float;
Expand All @@ -63,10 +63,6 @@ module.exports = async ({ title, content, head }) => html`
text-decoration: none;
}
nav p a:hover {
text-decoration: underline;
}
h1 {
font-size: 30px;
}
Expand Down

0 comments on commit 20eb030

Please sign in to comment.