Skip to content

Commit

Permalink
put the logo in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 29, 2023
1 parent 414d146 commit 390b9f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added src/docs/content/static/big-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/docs/content/static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ a:hover {
-webkit-box-align: center;
align-items: center;
padding: 0 10px;
background: url(/static/small-logo.png) left center no-repeat;
background-size: 78px 72px;
}
#top h1 a {
display: flex;
Expand All @@ -103,7 +105,7 @@ a:hover {
margin: 0;
font-weight: 700;
font-size: 26px;
padding: 0 10px;
padding: 0 10px 0 70px;
letter-spacing: 1px;
text-shadow: rgba(136, 136, 136, 0.32) 1px -2px 1px;
text-decoration: none;
Expand Down
Binary file added src/docs/content/static/small-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 390b9f9

Please sign in to comment.