Skip to content

Commit

Permalink
Fix controls padding on mobile and fix link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rosslh committed Sep 25, 2024
1 parent b7d9bfd commit 1f5125c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Many thanks to the following contributors who have helped shape this project:
| <img src="https://avatars.githubusercontent.com/u/122646?v=4" width="50" height="50" alt="Joseph Weissman"> | **Joseph Weissman** | [jweissman](https://github.com/jweissman) |
| <img src="https://avatars.githubusercontent.com/u/78155393?v=4" width="50" height="50" alt="Shubhankar Shandilya"> | **Shubhankar Shandilya** | [shubhankar-shandilya-india](https://github.com/shubhankar-shandilya-india) |

Want to contribute? Check out the list of [open issues](https://github.com/rosslh/Mandelbrot.site/issues) and read our [contributing guidelines](CONTRIBUTING.md#your-first-code-contribution).
Want to contribute? Check out the list of [open issues](https://github.com/rosslh/Mandelbrot.site/issues) and read our [contributing guidelines](CONTRIBUTING.md).
4 changes: 4 additions & 0 deletions client/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@ input {

details {
border-top: none;

.details-content {
padding-bottom: var(--space-8);
}
}
}

Expand Down

0 comments on commit 1f5125c

Please sign in to comment.