Skip to content

Commit

Permalink
fix(demo): add CSS rules removed by mistake (#290)
Browse files Browse the repository at this point in the history
They had been removed during the refactoring applied in 983841e.
  • Loading branch information
tbouffard committed Sep 9, 2024
1 parent 9cb5b04 commit 2526c79
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/demo/src/assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,17 @@ body {
margin-left: 2rem;
margin-top: .5rem;
}

.source-code {
display: flex;
align-items: center;
}

.gh-logo {
display: flex;
text-decoration: none;
margin-left: .5rem;
}
.gh-logo img {
width: 2rem;
}

0 comments on commit 2526c79

Please sign in to comment.