Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Apr 13, 2024
1 parent d7b88a0 commit 920b5fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
ul {
columns: 3;
}
h1 { margin-bottom: -10px}
h1 {
margin-bottom: -10px;
}
header {
margin-bottom: 30px;
}
Expand Down Expand Up @@ -80,7 +82,8 @@ <h1>Skillboard</h1>
<div id="allskills"></div>
<p><button id="clear">Clear</button></p>
<p>
Click above to show people with particular skills. Click on a skill again to toggle.<br>
Click above to show people with particular skills. Click on a skill again
to toggle.<br />
Skills without stars are those that the person wants to learn.
</p>
<details>
Expand Down

0 comments on commit 920b5fb

Please sign in to comment.