Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Apr 1, 2024
1 parent 44a5fff commit 76d5e68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/garage/components/Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ const Bar = () => {
</Switch>
</div>
<div class="d-flex align-items-center">
<a class="me-4" href="/builtin" target="_blank">
your robots
</a>
<a class="me-4" href="/boards/" target="_blank">
publish to a board
</a>
Expand Down
8 changes: 6 additions & 2 deletions src/site/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,14 @@ table._battles {
list-style: unset;
padding-left: 2rem;
}
p {

& > * {
margin-bottom: 1rem;
}

& > *:last-of-type {
margin-bottom: 0;
}
}

form textarea {
Expand Down

0 comments on commit 76d5e68

Please sign in to comment.