Skip to content

Commit

Permalink
minor improvement, chaotic buttons fixed home page
Browse files Browse the repository at this point in the history
  • Loading branch information
kithenry committed Aug 17, 2024
1 parent 63e66a3 commit 823ea5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ <h4 class="mb-2">
Click one of the buttons below to explore in more detail.
</h4>
<div class="row">
<div class="col">
<div class="col-sm-4">
<a href="/projects/index.html">
<button class="button-plain-bg me-2 w-100 text-nowrap">
My Projects
</button>
</a>
</div>
<div class="col">
<div class="col-sm-4">
<a href="/writing/index.html">
<button class="button-plain-bg me-2 w-100 text-nowrap">
My Writing
</button>
</a>

</div>
<div class="col">
<div class="col-sm-4">
<a href="">
<button class="button-plain-bg w-100 text-nowrap">
Work Info
Expand Down

0 comments on commit 823ea5e

Please sign in to comment.