Skip to content

Commit

Permalink
Fix logo container margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian McKenzie committed Nov 8, 2022
1 parent 03b7f2f commit a6a1d8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/src/styles/_docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ footer {
position: relative;
display: flex;
z-index: 99999;
margin-right: auto;

@include mobile-only {
margin-right: auto;
}

&:hover, &.active, ul {
background-color: #dfdfdf;
Expand Down

0 comments on commit a6a1d8b

Please sign in to comment.