Skip to content

Commit

Permalink
Small graphic fix in page
Browse files Browse the repository at this point in the history
  • Loading branch information
stur86 committed Sep 29, 2024
1 parent 943bb47 commit 9208a18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/npr-demo/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ pre .tag {

#properties-table td, #properties-table th {
padding: 0.5em 2em;
}

.h-100 {
height: 100%;
}
2 changes: 1 addition & 1 deletion packages/npr-demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function App() {
</div>
<div className="navbar-end is-inline-block">
<a
className="navbar-item"
className="navbar-item h-100"
href="https://github.com/stur86/nine-patch-react"
>
<span className="is-hidden-touch">Fork me on GitHub</span>
Expand Down

0 comments on commit 9208a18

Please sign in to comment.