Skip to content

Commit

Permalink
docs(site): center header logo on text
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed May 21, 2024
1 parent 979c69a commit cc51c36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/sprokkel.uint.one/cat/css/style.css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,21 @@ a:not(.unstyled)[href] {
font-size: 1.7rem;
line-height: 1;
font-weight: 600;
position: relative;
}

.header-logo img,
.footer-logo img {
height: 2em;
margin-bottom: -0.6em;
}

.header-logo img {
position: absolute;
top: -0.5rem;
right: -4rem;
}

#color-scheme-toggle {
background-color: inherit;
border: none;
Expand Down

0 comments on commit cc51c36

Please sign in to comment.